1 /*
2  * This file is part of gtkD.
3  *
4  * gtkD is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License
6  * as published by the Free Software Foundation; either version 3
7  * of the License, or (at your option) any later version, with
8  * some exceptions, please read the COPYING file.
9  *
10  * gtkD is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public License
16  * along with gtkD; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
18  */
19 
20 // generated automatically - do not change
21 // find conversion definition on APILookup.txt
22 // implement new conversion functionalities on the wrap.utils pakage
23 
24 
25 module glib.c.functions;
26 
27 import std.stdio;
28 import glib.c.types;
29 import gobject.c.types;
30 import linker.Loader;
31 
32 version (Windows)
33 	static immutable LIBRARY_GLIB = ["libglib-2.0-0.dll;g-2.0-0.dll;g-2.dll", "libgmodule-2.0-0.dll;gmodule-2.0-0.dll;gmodule-2.dll", "libgobject-2.0-0.dll;gobject-2.0-0.dll;gobject-2.dll"];
34 else version (OSX)
35 	static immutable LIBRARY_GLIB = ["libglib-2.0.0.dylib", "libgmodule-2.0.0.dylib", "libgobject-2.0.0.dylib"];
36 else
37 	static immutable LIBRARY_GLIB = ["libglib-2.0.so.0", "libgmodule-2.0.so.0", "libgobject-2.0.so.0"];
38 
39 shared static this()
40 {
41 	// glib.ArrayG
42 
43 	Linker.link(g_array_append_vals, "g_array_append_vals", LIBRARY_GLIB);
44 	Linker.link(g_array_binary_search, "g_array_binary_search", LIBRARY_GLIB);
45 	Linker.link(g_array_copy, "g_array_copy", LIBRARY_GLIB);
46 	Linker.link(g_array_free, "g_array_free", LIBRARY_GLIB);
47 	Linker.link(g_array_get_element_size, "g_array_get_element_size", LIBRARY_GLIB);
48 	Linker.link(g_array_insert_vals, "g_array_insert_vals", LIBRARY_GLIB);
49 	Linker.link(g_array_new, "g_array_new", LIBRARY_GLIB);
50 	Linker.link(g_array_prepend_vals, "g_array_prepend_vals", LIBRARY_GLIB);
51 	Linker.link(g_array_ref, "g_array_ref", LIBRARY_GLIB);
52 	Linker.link(g_array_remove_index, "g_array_remove_index", LIBRARY_GLIB);
53 	Linker.link(g_array_remove_index_fast, "g_array_remove_index_fast", LIBRARY_GLIB);
54 	Linker.link(g_array_remove_range, "g_array_remove_range", LIBRARY_GLIB);
55 	Linker.link(g_array_set_clear_func, "g_array_set_clear_func", LIBRARY_GLIB);
56 	Linker.link(g_array_set_size, "g_array_set_size", LIBRARY_GLIB);
57 	Linker.link(g_array_sized_new, "g_array_sized_new", LIBRARY_GLIB);
58 	Linker.link(g_array_sort, "g_array_sort", LIBRARY_GLIB);
59 	Linker.link(g_array_sort_with_data, "g_array_sort_with_data", LIBRARY_GLIB);
60 	Linker.link(g_array_steal, "g_array_steal", LIBRARY_GLIB);
61 	Linker.link(g_array_unref, "g_array_unref", LIBRARY_GLIB);
62 
63 	// glib.AsyncQueue
64 
65 	Linker.link(g_async_queue_length, "g_async_queue_length", LIBRARY_GLIB);
66 	Linker.link(g_async_queue_length_unlocked, "g_async_queue_length_unlocked", LIBRARY_GLIB);
67 	Linker.link(g_async_queue_lock, "g_async_queue_lock", LIBRARY_GLIB);
68 	Linker.link(g_async_queue_pop, "g_async_queue_pop", LIBRARY_GLIB);
69 	Linker.link(g_async_queue_pop_unlocked, "g_async_queue_pop_unlocked", LIBRARY_GLIB);
70 	Linker.link(g_async_queue_push, "g_async_queue_push", LIBRARY_GLIB);
71 	Linker.link(g_async_queue_push_front, "g_async_queue_push_front", LIBRARY_GLIB);
72 	Linker.link(g_async_queue_push_front_unlocked, "g_async_queue_push_front_unlocked", LIBRARY_GLIB);
73 	Linker.link(g_async_queue_push_sorted, "g_async_queue_push_sorted", LIBRARY_GLIB);
74 	Linker.link(g_async_queue_push_sorted_unlocked, "g_async_queue_push_sorted_unlocked", LIBRARY_GLIB);
75 	Linker.link(g_async_queue_push_unlocked, "g_async_queue_push_unlocked", LIBRARY_GLIB);
76 	Linker.link(g_async_queue_ref, "g_async_queue_ref", LIBRARY_GLIB);
77 	Linker.link(g_async_queue_ref_unlocked, "g_async_queue_ref_unlocked", LIBRARY_GLIB);
78 	Linker.link(g_async_queue_remove, "g_async_queue_remove", LIBRARY_GLIB);
79 	Linker.link(g_async_queue_remove_unlocked, "g_async_queue_remove_unlocked", LIBRARY_GLIB);
80 	Linker.link(g_async_queue_sort, "g_async_queue_sort", LIBRARY_GLIB);
81 	Linker.link(g_async_queue_sort_unlocked, "g_async_queue_sort_unlocked", LIBRARY_GLIB);
82 	Linker.link(g_async_queue_timed_pop, "g_async_queue_timed_pop", LIBRARY_GLIB);
83 	Linker.link(g_async_queue_timed_pop_unlocked, "g_async_queue_timed_pop_unlocked", LIBRARY_GLIB);
84 	Linker.link(g_async_queue_timeout_pop, "g_async_queue_timeout_pop", LIBRARY_GLIB);
85 	Linker.link(g_async_queue_timeout_pop_unlocked, "g_async_queue_timeout_pop_unlocked", LIBRARY_GLIB);
86 	Linker.link(g_async_queue_try_pop, "g_async_queue_try_pop", LIBRARY_GLIB);
87 	Linker.link(g_async_queue_try_pop_unlocked, "g_async_queue_try_pop_unlocked", LIBRARY_GLIB);
88 	Linker.link(g_async_queue_unlock, "g_async_queue_unlock", LIBRARY_GLIB);
89 	Linker.link(g_async_queue_unref, "g_async_queue_unref", LIBRARY_GLIB);
90 	Linker.link(g_async_queue_unref_and_unlock, "g_async_queue_unref_and_unlock", LIBRARY_GLIB);
91 	Linker.link(g_async_queue_new, "g_async_queue_new", LIBRARY_GLIB);
92 	Linker.link(g_async_queue_new_full, "g_async_queue_new_full", LIBRARY_GLIB);
93 
94 	// glib.BookmarkFile
95 
96 	Linker.link(g_bookmark_file_add_application, "g_bookmark_file_add_application", LIBRARY_GLIB);
97 	Linker.link(g_bookmark_file_add_group, "g_bookmark_file_add_group", LIBRARY_GLIB);
98 	Linker.link(g_bookmark_file_free, "g_bookmark_file_free", LIBRARY_GLIB);
99 	Linker.link(g_bookmark_file_get_added, "g_bookmark_file_get_added", LIBRARY_GLIB);
100 	Linker.link(g_bookmark_file_get_added_date_time, "g_bookmark_file_get_added_date_time", LIBRARY_GLIB);
101 	Linker.link(g_bookmark_file_get_app_info, "g_bookmark_file_get_app_info", LIBRARY_GLIB);
102 	Linker.link(g_bookmark_file_get_application_info, "g_bookmark_file_get_application_info", LIBRARY_GLIB);
103 	Linker.link(g_bookmark_file_get_applications, "g_bookmark_file_get_applications", LIBRARY_GLIB);
104 	Linker.link(g_bookmark_file_get_description, "g_bookmark_file_get_description", LIBRARY_GLIB);
105 	Linker.link(g_bookmark_file_get_groups, "g_bookmark_file_get_groups", LIBRARY_GLIB);
106 	Linker.link(g_bookmark_file_get_icon, "g_bookmark_file_get_icon", LIBRARY_GLIB);
107 	Linker.link(g_bookmark_file_get_is_private, "g_bookmark_file_get_is_private", LIBRARY_GLIB);
108 	Linker.link(g_bookmark_file_get_mime_type, "g_bookmark_file_get_mime_type", LIBRARY_GLIB);
109 	Linker.link(g_bookmark_file_get_modified, "g_bookmark_file_get_modified", LIBRARY_GLIB);
110 	Linker.link(g_bookmark_file_get_modified_date_time, "g_bookmark_file_get_modified_date_time", LIBRARY_GLIB);
111 	Linker.link(g_bookmark_file_get_size, "g_bookmark_file_get_size", LIBRARY_GLIB);
112 	Linker.link(g_bookmark_file_get_title, "g_bookmark_file_get_title", LIBRARY_GLIB);
113 	Linker.link(g_bookmark_file_get_uris, "g_bookmark_file_get_uris", LIBRARY_GLIB);
114 	Linker.link(g_bookmark_file_get_visited, "g_bookmark_file_get_visited", LIBRARY_GLIB);
115 	Linker.link(g_bookmark_file_get_visited_date_time, "g_bookmark_file_get_visited_date_time", LIBRARY_GLIB);
116 	Linker.link(g_bookmark_file_has_application, "g_bookmark_file_has_application", LIBRARY_GLIB);
117 	Linker.link(g_bookmark_file_has_group, "g_bookmark_file_has_group", LIBRARY_GLIB);
118 	Linker.link(g_bookmark_file_has_item, "g_bookmark_file_has_item", LIBRARY_GLIB);
119 	Linker.link(g_bookmark_file_load_from_data, "g_bookmark_file_load_from_data", LIBRARY_GLIB);
120 	Linker.link(g_bookmark_file_load_from_data_dirs, "g_bookmark_file_load_from_data_dirs", LIBRARY_GLIB);
121 	Linker.link(g_bookmark_file_load_from_file, "g_bookmark_file_load_from_file", LIBRARY_GLIB);
122 	Linker.link(g_bookmark_file_move_item, "g_bookmark_file_move_item", LIBRARY_GLIB);
123 	Linker.link(g_bookmark_file_remove_application, "g_bookmark_file_remove_application", LIBRARY_GLIB);
124 	Linker.link(g_bookmark_file_remove_group, "g_bookmark_file_remove_group", LIBRARY_GLIB);
125 	Linker.link(g_bookmark_file_remove_item, "g_bookmark_file_remove_item", LIBRARY_GLIB);
126 	Linker.link(g_bookmark_file_set_added, "g_bookmark_file_set_added", LIBRARY_GLIB);
127 	Linker.link(g_bookmark_file_set_added_date_time, "g_bookmark_file_set_added_date_time", LIBRARY_GLIB);
128 	Linker.link(g_bookmark_file_set_app_info, "g_bookmark_file_set_app_info", LIBRARY_GLIB);
129 	Linker.link(g_bookmark_file_set_application_info, "g_bookmark_file_set_application_info", LIBRARY_GLIB);
130 	Linker.link(g_bookmark_file_set_description, "g_bookmark_file_set_description", LIBRARY_GLIB);
131 	Linker.link(g_bookmark_file_set_groups, "g_bookmark_file_set_groups", LIBRARY_GLIB);
132 	Linker.link(g_bookmark_file_set_icon, "g_bookmark_file_set_icon", LIBRARY_GLIB);
133 	Linker.link(g_bookmark_file_set_is_private, "g_bookmark_file_set_is_private", LIBRARY_GLIB);
134 	Linker.link(g_bookmark_file_set_mime_type, "g_bookmark_file_set_mime_type", LIBRARY_GLIB);
135 	Linker.link(g_bookmark_file_set_modified, "g_bookmark_file_set_modified", LIBRARY_GLIB);
136 	Linker.link(g_bookmark_file_set_modified_date_time, "g_bookmark_file_set_modified_date_time", LIBRARY_GLIB);
137 	Linker.link(g_bookmark_file_set_title, "g_bookmark_file_set_title", LIBRARY_GLIB);
138 	Linker.link(g_bookmark_file_set_visited, "g_bookmark_file_set_visited", LIBRARY_GLIB);
139 	Linker.link(g_bookmark_file_set_visited_date_time, "g_bookmark_file_set_visited_date_time", LIBRARY_GLIB);
140 	Linker.link(g_bookmark_file_to_data, "g_bookmark_file_to_data", LIBRARY_GLIB);
141 	Linker.link(g_bookmark_file_to_file, "g_bookmark_file_to_file", LIBRARY_GLIB);
142 	Linker.link(g_bookmark_file_error_quark, "g_bookmark_file_error_quark", LIBRARY_GLIB);
143 	Linker.link(g_bookmark_file_new, "g_bookmark_file_new", LIBRARY_GLIB);
144 
145 	// glib.ByteArray
146 
147 	Linker.link(g_byte_array_append, "g_byte_array_append", LIBRARY_GLIB);
148 	Linker.link(g_byte_array_free, "g_byte_array_free", LIBRARY_GLIB);
149 	Linker.link(g_byte_array_free_to_bytes, "g_byte_array_free_to_bytes", LIBRARY_GLIB);
150 	Linker.link(g_byte_array_new, "g_byte_array_new", LIBRARY_GLIB);
151 	Linker.link(g_byte_array_new_take, "g_byte_array_new_take", LIBRARY_GLIB);
152 	Linker.link(g_byte_array_prepend, "g_byte_array_prepend", LIBRARY_GLIB);
153 	Linker.link(g_byte_array_ref, "g_byte_array_ref", LIBRARY_GLIB);
154 	Linker.link(g_byte_array_remove_index, "g_byte_array_remove_index", LIBRARY_GLIB);
155 	Linker.link(g_byte_array_remove_index_fast, "g_byte_array_remove_index_fast", LIBRARY_GLIB);
156 	Linker.link(g_byte_array_remove_range, "g_byte_array_remove_range", LIBRARY_GLIB);
157 	Linker.link(g_byte_array_set_size, "g_byte_array_set_size", LIBRARY_GLIB);
158 	Linker.link(g_byte_array_sized_new, "g_byte_array_sized_new", LIBRARY_GLIB);
159 	Linker.link(g_byte_array_sort, "g_byte_array_sort", LIBRARY_GLIB);
160 	Linker.link(g_byte_array_sort_with_data, "g_byte_array_sort_with_data", LIBRARY_GLIB);
161 	Linker.link(g_byte_array_steal, "g_byte_array_steal", LIBRARY_GLIB);
162 	Linker.link(g_byte_array_unref, "g_byte_array_unref", LIBRARY_GLIB);
163 
164 	// glib.Bytes
165 
166 	Linker.link(g_bytes_new, "g_bytes_new", LIBRARY_GLIB);
167 	Linker.link(g_bytes_new_static, "g_bytes_new_static", LIBRARY_GLIB);
168 	Linker.link(g_bytes_new_take, "g_bytes_new_take", LIBRARY_GLIB);
169 	Linker.link(g_bytes_new_with_free_func, "g_bytes_new_with_free_func", LIBRARY_GLIB);
170 	Linker.link(g_bytes_compare, "g_bytes_compare", LIBRARY_GLIB);
171 	Linker.link(g_bytes_equal, "g_bytes_equal", LIBRARY_GLIB);
172 	Linker.link(g_bytes_get_data, "g_bytes_get_data", LIBRARY_GLIB);
173 	Linker.link(g_bytes_get_region, "g_bytes_get_region", LIBRARY_GLIB);
174 	Linker.link(g_bytes_get_size, "g_bytes_get_size", LIBRARY_GLIB);
175 	Linker.link(g_bytes_hash, "g_bytes_hash", LIBRARY_GLIB);
176 	Linker.link(g_bytes_new_from_bytes, "g_bytes_new_from_bytes", LIBRARY_GLIB);
177 	Linker.link(g_bytes_ref, "g_bytes_ref", LIBRARY_GLIB);
178 	Linker.link(g_bytes_unref, "g_bytes_unref", LIBRARY_GLIB);
179 	Linker.link(g_bytes_unref_to_array, "g_bytes_unref_to_array", LIBRARY_GLIB);
180 	Linker.link(g_bytes_unref_to_data, "g_bytes_unref_to_data", LIBRARY_GLIB);
181 
182 	// glib.Checksum
183 
184 	Linker.link(g_checksum_new, "g_checksum_new", LIBRARY_GLIB);
185 	Linker.link(g_checksum_copy, "g_checksum_copy", LIBRARY_GLIB);
186 	Linker.link(g_checksum_free, "g_checksum_free", LIBRARY_GLIB);
187 	Linker.link(g_checksum_get_digest, "g_checksum_get_digest", LIBRARY_GLIB);
188 	Linker.link(g_checksum_get_string, "g_checksum_get_string", LIBRARY_GLIB);
189 	Linker.link(g_checksum_reset, "g_checksum_reset", LIBRARY_GLIB);
190 	Linker.link(g_checksum_update, "g_checksum_update", LIBRARY_GLIB);
191 	Linker.link(g_checksum_type_get_length, "g_checksum_type_get_length", LIBRARY_GLIB);
192 	Linker.link(g_compute_checksum_for_bytes, "g_compute_checksum_for_bytes", LIBRARY_GLIB);
193 	Linker.link(g_compute_checksum_for_data, "g_compute_checksum_for_data", LIBRARY_GLIB);
194 	Linker.link(g_compute_checksum_for_string, "g_compute_checksum_for_string", LIBRARY_GLIB);
195 
196 	// glib.Cond
197 
198 	Linker.link(g_cond_broadcast, "g_cond_broadcast", LIBRARY_GLIB);
199 	Linker.link(g_cond_clear, "g_cond_clear", LIBRARY_GLIB);
200 	Linker.link(g_cond_init, "g_cond_init", LIBRARY_GLIB);
201 	Linker.link(g_cond_signal, "g_cond_signal", LIBRARY_GLIB);
202 	Linker.link(g_cond_wait, "g_cond_wait", LIBRARY_GLIB);
203 	Linker.link(g_cond_wait_until, "g_cond_wait_until", LIBRARY_GLIB);
204 
205 	// glib.Date
206 
207 	Linker.link(g_date_new, "g_date_new", LIBRARY_GLIB);
208 	Linker.link(g_date_new_dmy, "g_date_new_dmy", LIBRARY_GLIB);
209 	Linker.link(g_date_new_julian, "g_date_new_julian", LIBRARY_GLIB);
210 	Linker.link(g_date_add_days, "g_date_add_days", LIBRARY_GLIB);
211 	Linker.link(g_date_add_months, "g_date_add_months", LIBRARY_GLIB);
212 	Linker.link(g_date_add_years, "g_date_add_years", LIBRARY_GLIB);
213 	Linker.link(g_date_clamp, "g_date_clamp", LIBRARY_GLIB);
214 	Linker.link(g_date_clear, "g_date_clear", LIBRARY_GLIB);
215 	Linker.link(g_date_compare, "g_date_compare", LIBRARY_GLIB);
216 	Linker.link(g_date_copy, "g_date_copy", LIBRARY_GLIB);
217 	Linker.link(g_date_days_between, "g_date_days_between", LIBRARY_GLIB);
218 	Linker.link(g_date_free, "g_date_free", LIBRARY_GLIB);
219 	Linker.link(g_date_get_day, "g_date_get_day", LIBRARY_GLIB);
220 	Linker.link(g_date_get_day_of_year, "g_date_get_day_of_year", LIBRARY_GLIB);
221 	Linker.link(g_date_get_iso8601_week_of_year, "g_date_get_iso8601_week_of_year", LIBRARY_GLIB);
222 	Linker.link(g_date_get_julian, "g_date_get_julian", LIBRARY_GLIB);
223 	Linker.link(g_date_get_monday_week_of_year, "g_date_get_monday_week_of_year", LIBRARY_GLIB);
224 	Linker.link(g_date_get_month, "g_date_get_month", LIBRARY_GLIB);
225 	Linker.link(g_date_get_sunday_week_of_year, "g_date_get_sunday_week_of_year", LIBRARY_GLIB);
226 	Linker.link(g_date_get_weekday, "g_date_get_weekday", LIBRARY_GLIB);
227 	Linker.link(g_date_get_year, "g_date_get_year", LIBRARY_GLIB);
228 	Linker.link(g_date_is_first_of_month, "g_date_is_first_of_month", LIBRARY_GLIB);
229 	Linker.link(g_date_is_last_of_month, "g_date_is_last_of_month", LIBRARY_GLIB);
230 	Linker.link(g_date_order, "g_date_order", LIBRARY_GLIB);
231 	Linker.link(g_date_set_day, "g_date_set_day", LIBRARY_GLIB);
232 	Linker.link(g_date_set_dmy, "g_date_set_dmy", LIBRARY_GLIB);
233 	Linker.link(g_date_set_julian, "g_date_set_julian", LIBRARY_GLIB);
234 	Linker.link(g_date_set_month, "g_date_set_month", LIBRARY_GLIB);
235 	Linker.link(g_date_set_parse, "g_date_set_parse", LIBRARY_GLIB);
236 	Linker.link(g_date_set_time, "g_date_set_time", LIBRARY_GLIB);
237 	Linker.link(g_date_set_time_t, "g_date_set_time_t", LIBRARY_GLIB);
238 	Linker.link(g_date_set_time_val, "g_date_set_time_val", LIBRARY_GLIB);
239 	Linker.link(g_date_set_year, "g_date_set_year", LIBRARY_GLIB);
240 	Linker.link(g_date_subtract_days, "g_date_subtract_days", LIBRARY_GLIB);
241 	Linker.link(g_date_subtract_months, "g_date_subtract_months", LIBRARY_GLIB);
242 	Linker.link(g_date_subtract_years, "g_date_subtract_years", LIBRARY_GLIB);
243 	Linker.link(g_date_to_struct_tm, "g_date_to_struct_tm", LIBRARY_GLIB);
244 	Linker.link(g_date_valid, "g_date_valid", LIBRARY_GLIB);
245 	Linker.link(g_date_get_days_in_month, "g_date_get_days_in_month", LIBRARY_GLIB);
246 	Linker.link(g_date_get_monday_weeks_in_year, "g_date_get_monday_weeks_in_year", LIBRARY_GLIB);
247 	Linker.link(g_date_get_sunday_weeks_in_year, "g_date_get_sunday_weeks_in_year", LIBRARY_GLIB);
248 	Linker.link(g_date_is_leap_year, "g_date_is_leap_year", LIBRARY_GLIB);
249 	Linker.link(g_date_strftime, "g_date_strftime", LIBRARY_GLIB);
250 	Linker.link(g_date_valid_day, "g_date_valid_day", LIBRARY_GLIB);
251 	Linker.link(g_date_valid_dmy, "g_date_valid_dmy", LIBRARY_GLIB);
252 	Linker.link(g_date_valid_julian, "g_date_valid_julian", LIBRARY_GLIB);
253 	Linker.link(g_date_valid_month, "g_date_valid_month", LIBRARY_GLIB);
254 	Linker.link(g_date_valid_weekday, "g_date_valid_weekday", LIBRARY_GLIB);
255 	Linker.link(g_date_valid_year, "g_date_valid_year", LIBRARY_GLIB);
256 
257 	// glib.DateTime
258 
259 	Linker.link(g_date_time_new, "g_date_time_new", LIBRARY_GLIB);
260 	Linker.link(g_date_time_new_from_iso8601, "g_date_time_new_from_iso8601", LIBRARY_GLIB);
261 	Linker.link(g_date_time_new_from_timeval_local, "g_date_time_new_from_timeval_local", LIBRARY_GLIB);
262 	Linker.link(g_date_time_new_from_timeval_utc, "g_date_time_new_from_timeval_utc", LIBRARY_GLIB);
263 	Linker.link(g_date_time_new_from_unix_local, "g_date_time_new_from_unix_local", LIBRARY_GLIB);
264 	Linker.link(g_date_time_new_from_unix_utc, "g_date_time_new_from_unix_utc", LIBRARY_GLIB);
265 	Linker.link(g_date_time_new_local, "g_date_time_new_local", LIBRARY_GLIB);
266 	Linker.link(g_date_time_new_now, "g_date_time_new_now", LIBRARY_GLIB);
267 	Linker.link(g_date_time_new_now_local, "g_date_time_new_now_local", LIBRARY_GLIB);
268 	Linker.link(g_date_time_new_now_utc, "g_date_time_new_now_utc", LIBRARY_GLIB);
269 	Linker.link(g_date_time_new_utc, "g_date_time_new_utc", LIBRARY_GLIB);
270 	Linker.link(g_date_time_add, "g_date_time_add", LIBRARY_GLIB);
271 	Linker.link(g_date_time_add_days, "g_date_time_add_days", LIBRARY_GLIB);
272 	Linker.link(g_date_time_add_full, "g_date_time_add_full", LIBRARY_GLIB);
273 	Linker.link(g_date_time_add_hours, "g_date_time_add_hours", LIBRARY_GLIB);
274 	Linker.link(g_date_time_add_minutes, "g_date_time_add_minutes", LIBRARY_GLIB);
275 	Linker.link(g_date_time_add_months, "g_date_time_add_months", LIBRARY_GLIB);
276 	Linker.link(g_date_time_add_seconds, "g_date_time_add_seconds", LIBRARY_GLIB);
277 	Linker.link(g_date_time_add_weeks, "g_date_time_add_weeks", LIBRARY_GLIB);
278 	Linker.link(g_date_time_add_years, "g_date_time_add_years", LIBRARY_GLIB);
279 	Linker.link(g_date_time_compare, "g_date_time_compare", LIBRARY_GLIB);
280 	Linker.link(g_date_time_difference, "g_date_time_difference", LIBRARY_GLIB);
281 	Linker.link(g_date_time_equal, "g_date_time_equal", LIBRARY_GLIB);
282 	Linker.link(g_date_time_format, "g_date_time_format", LIBRARY_GLIB);
283 	Linker.link(g_date_time_format_iso8601, "g_date_time_format_iso8601", LIBRARY_GLIB);
284 	Linker.link(g_date_time_get_day_of_month, "g_date_time_get_day_of_month", LIBRARY_GLIB);
285 	Linker.link(g_date_time_get_day_of_week, "g_date_time_get_day_of_week", LIBRARY_GLIB);
286 	Linker.link(g_date_time_get_day_of_year, "g_date_time_get_day_of_year", LIBRARY_GLIB);
287 	Linker.link(g_date_time_get_hour, "g_date_time_get_hour", LIBRARY_GLIB);
288 	Linker.link(g_date_time_get_microsecond, "g_date_time_get_microsecond", LIBRARY_GLIB);
289 	Linker.link(g_date_time_get_minute, "g_date_time_get_minute", LIBRARY_GLIB);
290 	Linker.link(g_date_time_get_month, "g_date_time_get_month", LIBRARY_GLIB);
291 	Linker.link(g_date_time_get_second, "g_date_time_get_second", LIBRARY_GLIB);
292 	Linker.link(g_date_time_get_seconds, "g_date_time_get_seconds", LIBRARY_GLIB);
293 	Linker.link(g_date_time_get_timezone, "g_date_time_get_timezone", LIBRARY_GLIB);
294 	Linker.link(g_date_time_get_timezone_abbreviation, "g_date_time_get_timezone_abbreviation", LIBRARY_GLIB);
295 	Linker.link(g_date_time_get_utc_offset, "g_date_time_get_utc_offset", LIBRARY_GLIB);
296 	Linker.link(g_date_time_get_week_numbering_year, "g_date_time_get_week_numbering_year", LIBRARY_GLIB);
297 	Linker.link(g_date_time_get_week_of_year, "g_date_time_get_week_of_year", LIBRARY_GLIB);
298 	Linker.link(g_date_time_get_year, "g_date_time_get_year", LIBRARY_GLIB);
299 	Linker.link(g_date_time_get_ymd, "g_date_time_get_ymd", LIBRARY_GLIB);
300 	Linker.link(g_date_time_hash, "g_date_time_hash", LIBRARY_GLIB);
301 	Linker.link(g_date_time_is_daylight_savings, "g_date_time_is_daylight_savings", LIBRARY_GLIB);
302 	Linker.link(g_date_time_ref, "g_date_time_ref", LIBRARY_GLIB);
303 	Linker.link(g_date_time_to_local, "g_date_time_to_local", LIBRARY_GLIB);
304 	Linker.link(g_date_time_to_timeval, "g_date_time_to_timeval", LIBRARY_GLIB);
305 	Linker.link(g_date_time_to_timezone, "g_date_time_to_timezone", LIBRARY_GLIB);
306 	Linker.link(g_date_time_to_unix, "g_date_time_to_unix", LIBRARY_GLIB);
307 	Linker.link(g_date_time_to_utc, "g_date_time_to_utc", LIBRARY_GLIB);
308 	Linker.link(g_date_time_unref, "g_date_time_unref", LIBRARY_GLIB);
309 
310 	// glib.Directory
311 
312 	Linker.link(g_dir_close, "g_dir_close", LIBRARY_GLIB);
313 	Linker.link(g_dir_read_name, "g_dir_read_name", LIBRARY_GLIB);
314 	Linker.link(g_dir_rewind, "g_dir_rewind", LIBRARY_GLIB);
315 	Linker.link(g_dir_make_tmp, "g_dir_make_tmp", LIBRARY_GLIB);
316 	Linker.link(g_dir_open, "g_dir_open", LIBRARY_GLIB);
317 
318 	// glib.ErrorG
319 
320 	Linker.link(g_error_new, "g_error_new", LIBRARY_GLIB);
321 	Linker.link(g_error_new_literal, "g_error_new_literal", LIBRARY_GLIB);
322 	Linker.link(g_error_new_valist, "g_error_new_valist", LIBRARY_GLIB);
323 	Linker.link(g_error_copy, "g_error_copy", LIBRARY_GLIB);
324 	Linker.link(g_error_free, "g_error_free", LIBRARY_GLIB);
325 	Linker.link(g_error_matches, "g_error_matches", LIBRARY_GLIB);
326 	Linker.link(g_error_domain_register, "g_error_domain_register", LIBRARY_GLIB);
327 	Linker.link(g_error_domain_register_static, "g_error_domain_register_static", LIBRARY_GLIB);
328 	Linker.link(g_propagate_error, "g_propagate_error", LIBRARY_GLIB);
329 	Linker.link(g_set_error_literal, "g_set_error_literal", LIBRARY_GLIB);
330 	Linker.link(g_prefix_error, "g_prefix_error", LIBRARY_GLIB);
331 	Linker.link(g_propagate_prefixed_error, "g_propagate_prefixed_error", LIBRARY_GLIB);
332 	Linker.link(g_set_error, "g_set_error", LIBRARY_GLIB);
333 
334 	// glib.HashTable
335 
336 	Linker.link(g_hash_table_add, "g_hash_table_add", LIBRARY_GLIB);
337 	Linker.link(g_hash_table_contains, "g_hash_table_contains", LIBRARY_GLIB);
338 	Linker.link(g_hash_table_destroy, "g_hash_table_destroy", LIBRARY_GLIB);
339 	Linker.link(g_hash_table_find, "g_hash_table_find", LIBRARY_GLIB);
340 	Linker.link(g_hash_table_foreach, "g_hash_table_foreach", LIBRARY_GLIB);
341 	Linker.link(g_hash_table_foreach_remove, "g_hash_table_foreach_remove", LIBRARY_GLIB);
342 	Linker.link(g_hash_table_foreach_steal, "g_hash_table_foreach_steal", LIBRARY_GLIB);
343 	Linker.link(g_hash_table_get_keys, "g_hash_table_get_keys", LIBRARY_GLIB);
344 	Linker.link(g_hash_table_get_keys_as_array, "g_hash_table_get_keys_as_array", LIBRARY_GLIB);
345 	Linker.link(g_hash_table_get_values, "g_hash_table_get_values", LIBRARY_GLIB);
346 	Linker.link(g_hash_table_insert, "g_hash_table_insert", LIBRARY_GLIB);
347 	Linker.link(g_hash_table_lookup, "g_hash_table_lookup", LIBRARY_GLIB);
348 	Linker.link(g_hash_table_lookup_extended, "g_hash_table_lookup_extended", LIBRARY_GLIB);
349 	Linker.link(g_hash_table_new, "g_hash_table_new", LIBRARY_GLIB);
350 	Linker.link(g_hash_table_new_full, "g_hash_table_new_full", LIBRARY_GLIB);
351 	Linker.link(g_hash_table_new_similar, "g_hash_table_new_similar", LIBRARY_GLIB);
352 	Linker.link(g_hash_table_ref, "g_hash_table_ref", LIBRARY_GLIB);
353 	Linker.link(g_hash_table_remove, "g_hash_table_remove", LIBRARY_GLIB);
354 	Linker.link(g_hash_table_remove_all, "g_hash_table_remove_all", LIBRARY_GLIB);
355 	Linker.link(g_hash_table_replace, "g_hash_table_replace", LIBRARY_GLIB);
356 	Linker.link(g_hash_table_size, "g_hash_table_size", LIBRARY_GLIB);
357 	Linker.link(g_hash_table_steal, "g_hash_table_steal", LIBRARY_GLIB);
358 	Linker.link(g_hash_table_steal_all, "g_hash_table_steal_all", LIBRARY_GLIB);
359 	Linker.link(g_hash_table_steal_extended, "g_hash_table_steal_extended", LIBRARY_GLIB);
360 	Linker.link(g_hash_table_unref, "g_hash_table_unref", LIBRARY_GLIB);
361 	Linker.link(g_direct_equal, "g_direct_equal", LIBRARY_GLIB);
362 	Linker.link(g_direct_hash, "g_direct_hash", LIBRARY_GLIB);
363 	Linker.link(g_double_equal, "g_double_equal", LIBRARY_GLIB);
364 	Linker.link(g_double_hash, "g_double_hash", LIBRARY_GLIB);
365 	Linker.link(g_int64_equal, "g_int64_equal", LIBRARY_GLIB);
366 	Linker.link(g_int64_hash, "g_int64_hash", LIBRARY_GLIB);
367 	Linker.link(g_int_equal, "g_int_equal", LIBRARY_GLIB);
368 	Linker.link(g_int_hash, "g_int_hash", LIBRARY_GLIB);
369 	Linker.link(g_str_equal, "g_str_equal", LIBRARY_GLIB);
370 	Linker.link(g_str_hash, "g_str_hash", LIBRARY_GLIB);
371 
372 	// glib.HashTableIter
373 
374 	Linker.link(g_hash_table_iter_get_hash_table, "g_hash_table_iter_get_hash_table", LIBRARY_GLIB);
375 	Linker.link(g_hash_table_iter_init, "g_hash_table_iter_init", LIBRARY_GLIB);
376 	Linker.link(g_hash_table_iter_next, "g_hash_table_iter_next", LIBRARY_GLIB);
377 	Linker.link(g_hash_table_iter_remove, "g_hash_table_iter_remove", LIBRARY_GLIB);
378 	Linker.link(g_hash_table_iter_replace, "g_hash_table_iter_replace", LIBRARY_GLIB);
379 	Linker.link(g_hash_table_iter_steal, "g_hash_table_iter_steal", LIBRARY_GLIB);
380 
381 	// glib.Hmac
382 
383 	Linker.link(g_hmac_copy, "g_hmac_copy", LIBRARY_GLIB);
384 	Linker.link(g_hmac_get_digest, "g_hmac_get_digest", LIBRARY_GLIB);
385 	Linker.link(g_hmac_get_string, "g_hmac_get_string", LIBRARY_GLIB);
386 	Linker.link(g_hmac_ref, "g_hmac_ref", LIBRARY_GLIB);
387 	Linker.link(g_hmac_unref, "g_hmac_unref", LIBRARY_GLIB);
388 	Linker.link(g_hmac_update, "g_hmac_update", LIBRARY_GLIB);
389 	Linker.link(g_hmac_new, "g_hmac_new", LIBRARY_GLIB);
390 	Linker.link(g_compute_hmac_for_data, "g_compute_hmac_for_data", LIBRARY_GLIB);
391 	Linker.link(g_compute_hmac_for_string, "g_compute_hmac_for_string", LIBRARY_GLIB);
392 	Linker.link(g_compute_hmac_for_bytes, "g_compute_hmac_for_bytes", LIBRARY_GLIB);
393 
394 	// glib.Hook
395 
396 	Linker.link(g_hook_compare_ids, "g_hook_compare_ids", LIBRARY_GLIB);
397 	Linker.link(g_hook_alloc, "g_hook_alloc", LIBRARY_GLIB);
398 	Linker.link(g_hook_destroy, "g_hook_destroy", LIBRARY_GLIB);
399 	Linker.link(g_hook_destroy_link, "g_hook_destroy_link", LIBRARY_GLIB);
400 	Linker.link(g_hook_find, "g_hook_find", LIBRARY_GLIB);
401 	Linker.link(g_hook_find_data, "g_hook_find_data", LIBRARY_GLIB);
402 	Linker.link(g_hook_find_func, "g_hook_find_func", LIBRARY_GLIB);
403 	Linker.link(g_hook_find_func_data, "g_hook_find_func_data", LIBRARY_GLIB);
404 	Linker.link(g_hook_first_valid, "g_hook_first_valid", LIBRARY_GLIB);
405 	Linker.link(g_hook_free, "g_hook_free", LIBRARY_GLIB);
406 	Linker.link(g_hook_get, "g_hook_get", LIBRARY_GLIB);
407 	Linker.link(g_hook_insert_before, "g_hook_insert_before", LIBRARY_GLIB);
408 	Linker.link(g_hook_insert_sorted, "g_hook_insert_sorted", LIBRARY_GLIB);
409 	Linker.link(g_hook_next_valid, "g_hook_next_valid", LIBRARY_GLIB);
410 	Linker.link(g_hook_prepend, "g_hook_prepend", LIBRARY_GLIB);
411 	Linker.link(g_hook_ref, "g_hook_ref", LIBRARY_GLIB);
412 	Linker.link(g_hook_unref, "g_hook_unref", LIBRARY_GLIB);
413 
414 	// glib.HookList
415 
416 	Linker.link(g_hook_list_clear, "g_hook_list_clear", LIBRARY_GLIB);
417 	Linker.link(g_hook_list_init, "g_hook_list_init", LIBRARY_GLIB);
418 	Linker.link(g_hook_list_invoke, "g_hook_list_invoke", LIBRARY_GLIB);
419 	Linker.link(g_hook_list_invoke_check, "g_hook_list_invoke_check", LIBRARY_GLIB);
420 	Linker.link(g_hook_list_marshal, "g_hook_list_marshal", LIBRARY_GLIB);
421 	Linker.link(g_hook_list_marshal_check, "g_hook_list_marshal_check", LIBRARY_GLIB);
422 
423 	// glib.IConv
424 
425 	Linker.link(g_iconv, "g_iconv", LIBRARY_GLIB);
426 	Linker.link(g_iconv_close, "g_iconv_close", LIBRARY_GLIB);
427 	Linker.link(g_iconv_open, "g_iconv_open", LIBRARY_GLIB);
428 
429 	// glib.IOChannel
430 
431 	Linker.link(g_io_channel_new_file, "g_io_channel_new_file", LIBRARY_GLIB);
432 	Linker.link(g_io_channel_unix_new, "g_io_channel_unix_new", LIBRARY_GLIB);
433 	Linker.link(g_io_channel_close, "g_io_channel_close", LIBRARY_GLIB);
434 	Linker.link(g_io_channel_flush, "g_io_channel_flush", LIBRARY_GLIB);
435 	Linker.link(g_io_channel_get_buffer_condition, "g_io_channel_get_buffer_condition", LIBRARY_GLIB);
436 	Linker.link(g_io_channel_get_buffer_size, "g_io_channel_get_buffer_size", LIBRARY_GLIB);
437 	Linker.link(g_io_channel_get_buffered, "g_io_channel_get_buffered", LIBRARY_GLIB);
438 	Linker.link(g_io_channel_get_close_on_unref, "g_io_channel_get_close_on_unref", LIBRARY_GLIB);
439 	Linker.link(g_io_channel_get_encoding, "g_io_channel_get_encoding", LIBRARY_GLIB);
440 	Linker.link(g_io_channel_get_flags, "g_io_channel_get_flags", LIBRARY_GLIB);
441 	Linker.link(g_io_channel_get_line_term, "g_io_channel_get_line_term", LIBRARY_GLIB);
442 	Linker.link(g_io_channel_init, "g_io_channel_init", LIBRARY_GLIB);
443 	Linker.link(g_io_channel_read, "g_io_channel_read", LIBRARY_GLIB);
444 	Linker.link(g_io_channel_read_chars, "g_io_channel_read_chars", LIBRARY_GLIB);
445 	Linker.link(g_io_channel_read_line, "g_io_channel_read_line", LIBRARY_GLIB);
446 	Linker.link(g_io_channel_read_line_string, "g_io_channel_read_line_string", LIBRARY_GLIB);
447 	Linker.link(g_io_channel_read_to_end, "g_io_channel_read_to_end", LIBRARY_GLIB);
448 	Linker.link(g_io_channel_read_unichar, "g_io_channel_read_unichar", LIBRARY_GLIB);
449 	Linker.link(g_io_channel_ref, "g_io_channel_ref", LIBRARY_GLIB);
450 	Linker.link(g_io_channel_seek, "g_io_channel_seek", LIBRARY_GLIB);
451 	Linker.link(g_io_channel_seek_position, "g_io_channel_seek_position", LIBRARY_GLIB);
452 	Linker.link(g_io_channel_set_buffer_size, "g_io_channel_set_buffer_size", LIBRARY_GLIB);
453 	Linker.link(g_io_channel_set_buffered, "g_io_channel_set_buffered", LIBRARY_GLIB);
454 	Linker.link(g_io_channel_set_close_on_unref, "g_io_channel_set_close_on_unref", LIBRARY_GLIB);
455 	Linker.link(g_io_channel_set_encoding, "g_io_channel_set_encoding", LIBRARY_GLIB);
456 	Linker.link(g_io_channel_set_flags, "g_io_channel_set_flags", LIBRARY_GLIB);
457 	Linker.link(g_io_channel_set_line_term, "g_io_channel_set_line_term", LIBRARY_GLIB);
458 	Linker.link(g_io_channel_shutdown, "g_io_channel_shutdown", LIBRARY_GLIB);
459 	Linker.link(g_io_channel_unix_get_fd, "g_io_channel_unix_get_fd", LIBRARY_GLIB);
460 	Linker.link(g_io_channel_unref, "g_io_channel_unref", LIBRARY_GLIB);
461 	Linker.link(g_io_channel_write, "g_io_channel_write", LIBRARY_GLIB);
462 	Linker.link(g_io_channel_write_chars, "g_io_channel_write_chars", LIBRARY_GLIB);
463 	Linker.link(g_io_channel_write_unichar, "g_io_channel_write_unichar", LIBRARY_GLIB);
464 	Linker.link(g_io_channel_error_from_errno, "g_io_channel_error_from_errno", LIBRARY_GLIB);
465 	Linker.link(g_io_channel_error_quark, "g_io_channel_error_quark", LIBRARY_GLIB);
466 	Linker.link(g_io_add_watch, "g_io_add_watch", LIBRARY_GLIB);
467 	Linker.link(g_io_add_watch_full, "g_io_add_watch_full", LIBRARY_GLIB);
468 	Linker.link(g_io_create_watch, "g_io_create_watch", LIBRARY_GLIB);
469 
470 	// glib.KeyFile
471 
472 	Linker.link(g_key_file_new, "g_key_file_new", LIBRARY_GLIB);
473 	Linker.link(g_key_file_free, "g_key_file_free", LIBRARY_GLIB);
474 	Linker.link(g_key_file_get_boolean, "g_key_file_get_boolean", LIBRARY_GLIB);
475 	Linker.link(g_key_file_get_boolean_list, "g_key_file_get_boolean_list", LIBRARY_GLIB);
476 	Linker.link(g_key_file_get_comment, "g_key_file_get_comment", LIBRARY_GLIB);
477 	Linker.link(g_key_file_get_double, "g_key_file_get_double", LIBRARY_GLIB);
478 	Linker.link(g_key_file_get_double_list, "g_key_file_get_double_list", LIBRARY_GLIB);
479 	Linker.link(g_key_file_get_groups, "g_key_file_get_groups", LIBRARY_GLIB);
480 	Linker.link(g_key_file_get_int64, "g_key_file_get_int64", LIBRARY_GLIB);
481 	Linker.link(g_key_file_get_integer, "g_key_file_get_integer", LIBRARY_GLIB);
482 	Linker.link(g_key_file_get_integer_list, "g_key_file_get_integer_list", LIBRARY_GLIB);
483 	Linker.link(g_key_file_get_keys, "g_key_file_get_keys", LIBRARY_GLIB);
484 	Linker.link(g_key_file_get_locale_for_key, "g_key_file_get_locale_for_key", LIBRARY_GLIB);
485 	Linker.link(g_key_file_get_locale_string, "g_key_file_get_locale_string", LIBRARY_GLIB);
486 	Linker.link(g_key_file_get_locale_string_list, "g_key_file_get_locale_string_list", LIBRARY_GLIB);
487 	Linker.link(g_key_file_get_start_group, "g_key_file_get_start_group", LIBRARY_GLIB);
488 	Linker.link(g_key_file_get_string, "g_key_file_get_string", LIBRARY_GLIB);
489 	Linker.link(g_key_file_get_string_list, "g_key_file_get_string_list", LIBRARY_GLIB);
490 	Linker.link(g_key_file_get_uint64, "g_key_file_get_uint64", LIBRARY_GLIB);
491 	Linker.link(g_key_file_get_value, "g_key_file_get_value", LIBRARY_GLIB);
492 	Linker.link(g_key_file_has_group, "g_key_file_has_group", LIBRARY_GLIB);
493 	Linker.link(g_key_file_has_key, "g_key_file_has_key", LIBRARY_GLIB);
494 	Linker.link(g_key_file_load_from_bytes, "g_key_file_load_from_bytes", LIBRARY_GLIB);
495 	Linker.link(g_key_file_load_from_data, "g_key_file_load_from_data", LIBRARY_GLIB);
496 	Linker.link(g_key_file_load_from_data_dirs, "g_key_file_load_from_data_dirs", LIBRARY_GLIB);
497 	Linker.link(g_key_file_load_from_dirs, "g_key_file_load_from_dirs", LIBRARY_GLIB);
498 	Linker.link(g_key_file_load_from_file, "g_key_file_load_from_file", LIBRARY_GLIB);
499 	Linker.link(g_key_file_ref, "g_key_file_ref", LIBRARY_GLIB);
500 	Linker.link(g_key_file_remove_comment, "g_key_file_remove_comment", LIBRARY_GLIB);
501 	Linker.link(g_key_file_remove_group, "g_key_file_remove_group", LIBRARY_GLIB);
502 	Linker.link(g_key_file_remove_key, "g_key_file_remove_key", LIBRARY_GLIB);
503 	Linker.link(g_key_file_save_to_file, "g_key_file_save_to_file", LIBRARY_GLIB);
504 	Linker.link(g_key_file_set_boolean, "g_key_file_set_boolean", LIBRARY_GLIB);
505 	Linker.link(g_key_file_set_boolean_list, "g_key_file_set_boolean_list", LIBRARY_GLIB);
506 	Linker.link(g_key_file_set_comment, "g_key_file_set_comment", LIBRARY_GLIB);
507 	Linker.link(g_key_file_set_double, "g_key_file_set_double", LIBRARY_GLIB);
508 	Linker.link(g_key_file_set_double_list, "g_key_file_set_double_list", LIBRARY_GLIB);
509 	Linker.link(g_key_file_set_int64, "g_key_file_set_int64", LIBRARY_GLIB);
510 	Linker.link(g_key_file_set_integer, "g_key_file_set_integer", LIBRARY_GLIB);
511 	Linker.link(g_key_file_set_integer_list, "g_key_file_set_integer_list", LIBRARY_GLIB);
512 	Linker.link(g_key_file_set_list_separator, "g_key_file_set_list_separator", LIBRARY_GLIB);
513 	Linker.link(g_key_file_set_locale_string, "g_key_file_set_locale_string", LIBRARY_GLIB);
514 	Linker.link(g_key_file_set_locale_string_list, "g_key_file_set_locale_string_list", LIBRARY_GLIB);
515 	Linker.link(g_key_file_set_string, "g_key_file_set_string", LIBRARY_GLIB);
516 	Linker.link(g_key_file_set_string_list, "g_key_file_set_string_list", LIBRARY_GLIB);
517 	Linker.link(g_key_file_set_uint64, "g_key_file_set_uint64", LIBRARY_GLIB);
518 	Linker.link(g_key_file_set_value, "g_key_file_set_value", LIBRARY_GLIB);
519 	Linker.link(g_key_file_to_data, "g_key_file_to_data", LIBRARY_GLIB);
520 	Linker.link(g_key_file_unref, "g_key_file_unref", LIBRARY_GLIB);
521 	Linker.link(g_key_file_error_quark, "g_key_file_error_quark", LIBRARY_GLIB);
522 
523 	// glib.ListG
524 
525 	Linker.link(g_list_alloc, "g_list_alloc", LIBRARY_GLIB);
526 	Linker.link(g_list_append, "g_list_append", LIBRARY_GLIB);
527 	Linker.link(g_list_concat, "g_list_concat", LIBRARY_GLIB);
528 	Linker.link(g_list_copy, "g_list_copy", LIBRARY_GLIB);
529 	Linker.link(g_list_copy_deep, "g_list_copy_deep", LIBRARY_GLIB);
530 	Linker.link(g_list_delete_link, "g_list_delete_link", LIBRARY_GLIB);
531 	Linker.link(g_list_find, "g_list_find", LIBRARY_GLIB);
532 	Linker.link(g_list_find_custom, "g_list_find_custom", LIBRARY_GLIB);
533 	Linker.link(g_list_first, "g_list_first", LIBRARY_GLIB);
534 	Linker.link(g_list_foreach, "g_list_foreach", LIBRARY_GLIB);
535 	Linker.link(g_list_free, "g_list_free", LIBRARY_GLIB);
536 	Linker.link(g_list_free_1, "g_list_free_1", LIBRARY_GLIB);
537 	Linker.link(g_list_free_full, "g_list_free_full", LIBRARY_GLIB);
538 	Linker.link(g_list_index, "g_list_index", LIBRARY_GLIB);
539 	Linker.link(g_list_insert, "g_list_insert", LIBRARY_GLIB);
540 	Linker.link(g_list_insert_before, "g_list_insert_before", LIBRARY_GLIB);
541 	Linker.link(g_list_insert_before_link, "g_list_insert_before_link", LIBRARY_GLIB);
542 	Linker.link(g_list_insert_sorted, "g_list_insert_sorted", LIBRARY_GLIB);
543 	Linker.link(g_list_insert_sorted_with_data, "g_list_insert_sorted_with_data", LIBRARY_GLIB);
544 	Linker.link(g_list_last, "g_list_last", LIBRARY_GLIB);
545 	Linker.link(g_list_length, "g_list_length", LIBRARY_GLIB);
546 	Linker.link(g_list_nth, "g_list_nth", LIBRARY_GLIB);
547 	Linker.link(g_list_nth_data, "g_list_nth_data", LIBRARY_GLIB);
548 	Linker.link(g_list_nth_prev, "g_list_nth_prev", LIBRARY_GLIB);
549 	Linker.link(g_list_position, "g_list_position", LIBRARY_GLIB);
550 	Linker.link(g_list_prepend, "g_list_prepend", LIBRARY_GLIB);
551 	Linker.link(g_list_remove, "g_list_remove", LIBRARY_GLIB);
552 	Linker.link(g_list_remove_all, "g_list_remove_all", LIBRARY_GLIB);
553 	Linker.link(g_list_remove_link, "g_list_remove_link", LIBRARY_GLIB);
554 	Linker.link(g_list_reverse, "g_list_reverse", LIBRARY_GLIB);
555 	Linker.link(g_list_sort, "g_list_sort", LIBRARY_GLIB);
556 	Linker.link(g_list_sort_with_data, "g_list_sort_with_data", LIBRARY_GLIB);
557 	Linker.link(g_clear_list, "g_clear_list", LIBRARY_GLIB);
558 
559 	// glib.MainContext
560 
561 	Linker.link(g_main_context_new, "g_main_context_new", LIBRARY_GLIB);
562 	Linker.link(g_main_context_new_with_flags, "g_main_context_new_with_flags", LIBRARY_GLIB);
563 	Linker.link(g_main_context_acquire, "g_main_context_acquire", LIBRARY_GLIB);
564 	Linker.link(g_main_context_add_poll, "g_main_context_add_poll", LIBRARY_GLIB);
565 	Linker.link(g_main_context_check, "g_main_context_check", LIBRARY_GLIB);
566 	Linker.link(g_main_context_dispatch, "g_main_context_dispatch", LIBRARY_GLIB);
567 	Linker.link(g_main_context_find_source_by_funcs_user_data, "g_main_context_find_source_by_funcs_user_data", LIBRARY_GLIB);
568 	Linker.link(g_main_context_find_source_by_id, "g_main_context_find_source_by_id", LIBRARY_GLIB);
569 	Linker.link(g_main_context_find_source_by_user_data, "g_main_context_find_source_by_user_data", LIBRARY_GLIB);
570 	Linker.link(g_main_context_get_poll_func, "g_main_context_get_poll_func", LIBRARY_GLIB);
571 	Linker.link(g_main_context_invoke, "g_main_context_invoke", LIBRARY_GLIB);
572 	Linker.link(g_main_context_invoke_full, "g_main_context_invoke_full", LIBRARY_GLIB);
573 	Linker.link(g_main_context_is_owner, "g_main_context_is_owner", LIBRARY_GLIB);
574 	Linker.link(g_main_context_iteration, "g_main_context_iteration", LIBRARY_GLIB);
575 	Linker.link(g_main_context_pending, "g_main_context_pending", LIBRARY_GLIB);
576 	Linker.link(g_main_context_pop_thread_default, "g_main_context_pop_thread_default", LIBRARY_GLIB);
577 	Linker.link(g_main_context_prepare, "g_main_context_prepare", LIBRARY_GLIB);
578 	Linker.link(g_main_context_push_thread_default, "g_main_context_push_thread_default", LIBRARY_GLIB);
579 	Linker.link(g_main_context_query, "g_main_context_query", LIBRARY_GLIB);
580 	Linker.link(g_main_context_ref, "g_main_context_ref", LIBRARY_GLIB);
581 	Linker.link(g_main_context_release, "g_main_context_release", LIBRARY_GLIB);
582 	Linker.link(g_main_context_remove_poll, "g_main_context_remove_poll", LIBRARY_GLIB);
583 	Linker.link(g_main_context_set_poll_func, "g_main_context_set_poll_func", LIBRARY_GLIB);
584 	Linker.link(g_main_context_unref, "g_main_context_unref", LIBRARY_GLIB);
585 	Linker.link(g_main_context_wait, "g_main_context_wait", LIBRARY_GLIB);
586 	Linker.link(g_main_context_wakeup, "g_main_context_wakeup", LIBRARY_GLIB);
587 	Linker.link(g_main_context_default, "g_main_context_default", LIBRARY_GLIB);
588 	Linker.link(g_main_context_get_thread_default, "g_main_context_get_thread_default", LIBRARY_GLIB);
589 	Linker.link(g_main_context_ref_thread_default, "g_main_context_ref_thread_default", LIBRARY_GLIB);
590 
591 	// glib.MainLoop
592 
593 	Linker.link(g_main_loop_new, "g_main_loop_new", LIBRARY_GLIB);
594 	Linker.link(g_main_loop_get_context, "g_main_loop_get_context", LIBRARY_GLIB);
595 	Linker.link(g_main_loop_is_running, "g_main_loop_is_running", LIBRARY_GLIB);
596 	Linker.link(g_main_loop_quit, "g_main_loop_quit", LIBRARY_GLIB);
597 	Linker.link(g_main_loop_ref, "g_main_loop_ref", LIBRARY_GLIB);
598 	Linker.link(g_main_loop_run, "g_main_loop_run", LIBRARY_GLIB);
599 	Linker.link(g_main_loop_unref, "g_main_loop_unref", LIBRARY_GLIB);
600 	Linker.link(g_main_current_source, "g_main_current_source", LIBRARY_GLIB);
601 	Linker.link(g_main_depth, "g_main_depth", LIBRARY_GLIB);
602 	Linker.link(g_poll, "g_poll", LIBRARY_GLIB);
603 
604 	// glib.MappedFile
605 
606 	Linker.link(g_mapped_file_new, "g_mapped_file_new", LIBRARY_GLIB);
607 	Linker.link(g_mapped_file_new_from_fd, "g_mapped_file_new_from_fd", LIBRARY_GLIB);
608 	Linker.link(g_mapped_file_free, "g_mapped_file_free", LIBRARY_GLIB);
609 	Linker.link(g_mapped_file_get_bytes, "g_mapped_file_get_bytes", LIBRARY_GLIB);
610 	Linker.link(g_mapped_file_get_contents, "g_mapped_file_get_contents", LIBRARY_GLIB);
611 	Linker.link(g_mapped_file_get_length, "g_mapped_file_get_length", LIBRARY_GLIB);
612 	Linker.link(g_mapped_file_ref, "g_mapped_file_ref", LIBRARY_GLIB);
613 	Linker.link(g_mapped_file_unref, "g_mapped_file_unref", LIBRARY_GLIB);
614 
615 	// glib.SimpleXML
616 
617 	Linker.link(g_markup_parse_context_new, "g_markup_parse_context_new", LIBRARY_GLIB);
618 	Linker.link(g_markup_parse_context_end_parse, "g_markup_parse_context_end_parse", LIBRARY_GLIB);
619 	Linker.link(g_markup_parse_context_free, "g_markup_parse_context_free", LIBRARY_GLIB);
620 	Linker.link(g_markup_parse_context_get_element, "g_markup_parse_context_get_element", LIBRARY_GLIB);
621 	Linker.link(g_markup_parse_context_get_element_stack, "g_markup_parse_context_get_element_stack", LIBRARY_GLIB);
622 	Linker.link(g_markup_parse_context_get_position, "g_markup_parse_context_get_position", LIBRARY_GLIB);
623 	Linker.link(g_markup_parse_context_get_user_data, "g_markup_parse_context_get_user_data", LIBRARY_GLIB);
624 	Linker.link(g_markup_parse_context_parse, "g_markup_parse_context_parse", LIBRARY_GLIB);
625 	Linker.link(g_markup_parse_context_pop, "g_markup_parse_context_pop", LIBRARY_GLIB);
626 	Linker.link(g_markup_parse_context_push, "g_markup_parse_context_push", LIBRARY_GLIB);
627 	Linker.link(g_markup_parse_context_ref, "g_markup_parse_context_ref", LIBRARY_GLIB);
628 	Linker.link(g_markup_parse_context_unref, "g_markup_parse_context_unref", LIBRARY_GLIB);
629 	Linker.link(g_markup_collect_attributes, "g_markup_collect_attributes", LIBRARY_GLIB);
630 	Linker.link(g_markup_error_quark, "g_markup_error_quark", LIBRARY_GLIB);
631 	Linker.link(g_markup_escape_text, "g_markup_escape_text", LIBRARY_GLIB);
632 	Linker.link(g_markup_printf_escaped, "g_markup_printf_escaped", LIBRARY_GLIB);
633 	Linker.link(g_markup_vprintf_escaped, "g_markup_vprintf_escaped", LIBRARY_GLIB);
634 
635 	// glib.MatchInfo
636 
637 	Linker.link(g_match_info_expand_references, "g_match_info_expand_references", LIBRARY_GLIB);
638 	Linker.link(g_match_info_fetch, "g_match_info_fetch", LIBRARY_GLIB);
639 	Linker.link(g_match_info_fetch_all, "g_match_info_fetch_all", LIBRARY_GLIB);
640 	Linker.link(g_match_info_fetch_named, "g_match_info_fetch_named", LIBRARY_GLIB);
641 	Linker.link(g_match_info_fetch_named_pos, "g_match_info_fetch_named_pos", LIBRARY_GLIB);
642 	Linker.link(g_match_info_fetch_pos, "g_match_info_fetch_pos", LIBRARY_GLIB);
643 	Linker.link(g_match_info_free, "g_match_info_free", LIBRARY_GLIB);
644 	Linker.link(g_match_info_get_match_count, "g_match_info_get_match_count", LIBRARY_GLIB);
645 	Linker.link(g_match_info_get_regex, "g_match_info_get_regex", LIBRARY_GLIB);
646 	Linker.link(g_match_info_get_string, "g_match_info_get_string", LIBRARY_GLIB);
647 	Linker.link(g_match_info_is_partial_match, "g_match_info_is_partial_match", LIBRARY_GLIB);
648 	Linker.link(g_match_info_matches, "g_match_info_matches", LIBRARY_GLIB);
649 	Linker.link(g_match_info_next, "g_match_info_next", LIBRARY_GLIB);
650 	Linker.link(g_match_info_ref, "g_match_info_ref", LIBRARY_GLIB);
651 	Linker.link(g_match_info_unref, "g_match_info_unref", LIBRARY_GLIB);
652 
653 	// glib.Mutex
654 
655 	Linker.link(g_mutex_clear, "g_mutex_clear", LIBRARY_GLIB);
656 	Linker.link(g_mutex_init, "g_mutex_init", LIBRARY_GLIB);
657 	Linker.link(g_mutex_lock, "g_mutex_lock", LIBRARY_GLIB);
658 	Linker.link(g_mutex_trylock, "g_mutex_trylock", LIBRARY_GLIB);
659 	Linker.link(g_mutex_unlock, "g_mutex_unlock", LIBRARY_GLIB);
660 
661 	// glib.Node
662 
663 	Linker.link(g_node_child_index, "g_node_child_index", LIBRARY_GLIB);
664 	Linker.link(g_node_child_position, "g_node_child_position", LIBRARY_GLIB);
665 	Linker.link(g_node_children_foreach, "g_node_children_foreach", LIBRARY_GLIB);
666 	Linker.link(g_node_copy, "g_node_copy", LIBRARY_GLIB);
667 	Linker.link(g_node_copy_deep, "g_node_copy_deep", LIBRARY_GLIB);
668 	Linker.link(g_node_depth, "g_node_depth", LIBRARY_GLIB);
669 	Linker.link(g_node_destroy, "g_node_destroy", LIBRARY_GLIB);
670 	Linker.link(g_node_find, "g_node_find", LIBRARY_GLIB);
671 	Linker.link(g_node_find_child, "g_node_find_child", LIBRARY_GLIB);
672 	Linker.link(g_node_first_sibling, "g_node_first_sibling", LIBRARY_GLIB);
673 	Linker.link(g_node_get_root, "g_node_get_root", LIBRARY_GLIB);
674 	Linker.link(g_node_insert, "g_node_insert", LIBRARY_GLIB);
675 	Linker.link(g_node_insert_after, "g_node_insert_after", LIBRARY_GLIB);
676 	Linker.link(g_node_insert_before, "g_node_insert_before", LIBRARY_GLIB);
677 	Linker.link(g_node_is_ancestor, "g_node_is_ancestor", LIBRARY_GLIB);
678 	Linker.link(g_node_last_child, "g_node_last_child", LIBRARY_GLIB);
679 	Linker.link(g_node_last_sibling, "g_node_last_sibling", LIBRARY_GLIB);
680 	Linker.link(g_node_max_height, "g_node_max_height", LIBRARY_GLIB);
681 	Linker.link(g_node_n_children, "g_node_n_children", LIBRARY_GLIB);
682 	Linker.link(g_node_n_nodes, "g_node_n_nodes", LIBRARY_GLIB);
683 	Linker.link(g_node_nth_child, "g_node_nth_child", LIBRARY_GLIB);
684 	Linker.link(g_node_prepend, "g_node_prepend", LIBRARY_GLIB);
685 	Linker.link(g_node_reverse_children, "g_node_reverse_children", LIBRARY_GLIB);
686 	Linker.link(g_node_traverse, "g_node_traverse", LIBRARY_GLIB);
687 	Linker.link(g_node_unlink, "g_node_unlink", LIBRARY_GLIB);
688 	Linker.link(g_node_new, "g_node_new", LIBRARY_GLIB);
689 
690 	// glib.Once
691 
692 	Linker.link(g_once_impl, "g_once_impl", LIBRARY_GLIB);
693 	Linker.link(g_once_init_enter, "g_once_init_enter", LIBRARY_GLIB);
694 	Linker.link(g_once_init_leave, "g_once_init_leave", LIBRARY_GLIB);
695 
696 	// glib.OptionContext
697 
698 	Linker.link(g_option_context_add_group, "g_option_context_add_group", LIBRARY_GLIB);
699 	Linker.link(g_option_context_add_main_entries, "g_option_context_add_main_entries", LIBRARY_GLIB);
700 	Linker.link(g_option_context_free, "g_option_context_free", LIBRARY_GLIB);
701 	Linker.link(g_option_context_get_description, "g_option_context_get_description", LIBRARY_GLIB);
702 	Linker.link(g_option_context_get_help, "g_option_context_get_help", LIBRARY_GLIB);
703 	Linker.link(g_option_context_get_help_enabled, "g_option_context_get_help_enabled", LIBRARY_GLIB);
704 	Linker.link(g_option_context_get_ignore_unknown_options, "g_option_context_get_ignore_unknown_options", LIBRARY_GLIB);
705 	Linker.link(g_option_context_get_main_group, "g_option_context_get_main_group", LIBRARY_GLIB);
706 	Linker.link(g_option_context_get_strict_posix, "g_option_context_get_strict_posix", LIBRARY_GLIB);
707 	Linker.link(g_option_context_get_summary, "g_option_context_get_summary", LIBRARY_GLIB);
708 	Linker.link(g_option_context_parse, "g_option_context_parse", LIBRARY_GLIB);
709 	Linker.link(g_option_context_parse_strv, "g_option_context_parse_strv", LIBRARY_GLIB);
710 	Linker.link(g_option_context_set_description, "g_option_context_set_description", LIBRARY_GLIB);
711 	Linker.link(g_option_context_set_help_enabled, "g_option_context_set_help_enabled", LIBRARY_GLIB);
712 	Linker.link(g_option_context_set_ignore_unknown_options, "g_option_context_set_ignore_unknown_options", LIBRARY_GLIB);
713 	Linker.link(g_option_context_set_main_group, "g_option_context_set_main_group", LIBRARY_GLIB);
714 	Linker.link(g_option_context_set_strict_posix, "g_option_context_set_strict_posix", LIBRARY_GLIB);
715 	Linker.link(g_option_context_set_summary, "g_option_context_set_summary", LIBRARY_GLIB);
716 	Linker.link(g_option_context_set_translate_func, "g_option_context_set_translate_func", LIBRARY_GLIB);
717 	Linker.link(g_option_context_set_translation_domain, "g_option_context_set_translation_domain", LIBRARY_GLIB);
718 	Linker.link(g_option_context_new, "g_option_context_new", LIBRARY_GLIB);
719 	Linker.link(g_option_error_quark, "g_option_error_quark", LIBRARY_GLIB);
720 
721 	// glib.OptionGroup
722 
723 	Linker.link(g_option_group_new, "g_option_group_new", LIBRARY_GLIB);
724 	Linker.link(g_option_group_add_entries, "g_option_group_add_entries", LIBRARY_GLIB);
725 	Linker.link(g_option_group_free, "g_option_group_free", LIBRARY_GLIB);
726 	Linker.link(g_option_group_ref, "g_option_group_ref", LIBRARY_GLIB);
727 	Linker.link(g_option_group_set_error_hook, "g_option_group_set_error_hook", LIBRARY_GLIB);
728 	Linker.link(g_option_group_set_parse_hooks, "g_option_group_set_parse_hooks", LIBRARY_GLIB);
729 	Linker.link(g_option_group_set_translate_func, "g_option_group_set_translate_func", LIBRARY_GLIB);
730 	Linker.link(g_option_group_set_translation_domain, "g_option_group_set_translation_domain", LIBRARY_GLIB);
731 	Linker.link(g_option_group_unref, "g_option_group_unref", LIBRARY_GLIB);
732 
733 	// glib.Pattern
734 
735 	Linker.link(g_pattern_spec_new, "g_pattern_spec_new", LIBRARY_GLIB);
736 	Linker.link(g_pattern_spec_copy, "g_pattern_spec_copy", LIBRARY_GLIB);
737 	Linker.link(g_pattern_spec_equal, "g_pattern_spec_equal", LIBRARY_GLIB);
738 	Linker.link(g_pattern_spec_free, "g_pattern_spec_free", LIBRARY_GLIB);
739 	Linker.link(g_pattern_spec_match, "g_pattern_spec_match", LIBRARY_GLIB);
740 	Linker.link(g_pattern_spec_match_string, "g_pattern_spec_match_string", LIBRARY_GLIB);
741 	Linker.link(g_pattern_match, "g_pattern_match", LIBRARY_GLIB);
742 	Linker.link(g_pattern_match_simple, "g_pattern_match_simple", LIBRARY_GLIB);
743 	Linker.link(g_pattern_match_string, "g_pattern_match_string", LIBRARY_GLIB);
744 
745 	// glib.Private
746 
747 	Linker.link(g_private_get, "g_private_get", LIBRARY_GLIB);
748 	Linker.link(g_private_replace, "g_private_replace", LIBRARY_GLIB);
749 	Linker.link(g_private_set, "g_private_set", LIBRARY_GLIB);
750 
751 	// glib.PtrArray
752 
753 	Linker.link(g_ptr_array_add, "g_ptr_array_add", LIBRARY_GLIB);
754 	Linker.link(g_ptr_array_copy, "g_ptr_array_copy", LIBRARY_GLIB);
755 	Linker.link(g_ptr_array_extend, "g_ptr_array_extend", LIBRARY_GLIB);
756 	Linker.link(g_ptr_array_extend_and_steal, "g_ptr_array_extend_and_steal", LIBRARY_GLIB);
757 	Linker.link(g_ptr_array_find, "g_ptr_array_find", LIBRARY_GLIB);
758 	Linker.link(g_ptr_array_find_with_equal_func, "g_ptr_array_find_with_equal_func", LIBRARY_GLIB);
759 	Linker.link(g_ptr_array_foreach, "g_ptr_array_foreach", LIBRARY_GLIB);
760 	Linker.link(g_ptr_array_free, "g_ptr_array_free", LIBRARY_GLIB);
761 	Linker.link(g_ptr_array_insert, "g_ptr_array_insert", LIBRARY_GLIB);
762 	Linker.link(g_ptr_array_new, "g_ptr_array_new", LIBRARY_GLIB);
763 	Linker.link(g_ptr_array_new_full, "g_ptr_array_new_full", LIBRARY_GLIB);
764 	Linker.link(g_ptr_array_new_with_free_func, "g_ptr_array_new_with_free_func", LIBRARY_GLIB);
765 	Linker.link(g_ptr_array_ref, "g_ptr_array_ref", LIBRARY_GLIB);
766 	Linker.link(g_ptr_array_remove, "g_ptr_array_remove", LIBRARY_GLIB);
767 	Linker.link(g_ptr_array_remove_fast, "g_ptr_array_remove_fast", LIBRARY_GLIB);
768 	Linker.link(g_ptr_array_remove_index, "g_ptr_array_remove_index", LIBRARY_GLIB);
769 	Linker.link(g_ptr_array_remove_index_fast, "g_ptr_array_remove_index_fast", LIBRARY_GLIB);
770 	Linker.link(g_ptr_array_remove_range, "g_ptr_array_remove_range", LIBRARY_GLIB);
771 	Linker.link(g_ptr_array_set_free_func, "g_ptr_array_set_free_func", LIBRARY_GLIB);
772 	Linker.link(g_ptr_array_set_size, "g_ptr_array_set_size", LIBRARY_GLIB);
773 	Linker.link(g_ptr_array_sized_new, "g_ptr_array_sized_new", LIBRARY_GLIB);
774 	Linker.link(g_ptr_array_sort, "g_ptr_array_sort", LIBRARY_GLIB);
775 	Linker.link(g_ptr_array_sort_with_data, "g_ptr_array_sort_with_data", LIBRARY_GLIB);
776 	Linker.link(g_ptr_array_steal, "g_ptr_array_steal", LIBRARY_GLIB);
777 	Linker.link(g_ptr_array_steal_index, "g_ptr_array_steal_index", LIBRARY_GLIB);
778 	Linker.link(g_ptr_array_steal_index_fast, "g_ptr_array_steal_index_fast", LIBRARY_GLIB);
779 	Linker.link(g_ptr_array_unref, "g_ptr_array_unref", LIBRARY_GLIB);
780 
781 	// glib.QueueG
782 
783 	Linker.link(g_queue_clear, "g_queue_clear", LIBRARY_GLIB);
784 	Linker.link(g_queue_clear_full, "g_queue_clear_full", LIBRARY_GLIB);
785 	Linker.link(g_queue_copy, "g_queue_copy", LIBRARY_GLIB);
786 	Linker.link(g_queue_delete_link, "g_queue_delete_link", LIBRARY_GLIB);
787 	Linker.link(g_queue_find, "g_queue_find", LIBRARY_GLIB);
788 	Linker.link(g_queue_find_custom, "g_queue_find_custom", LIBRARY_GLIB);
789 	Linker.link(g_queue_foreach, "g_queue_foreach", LIBRARY_GLIB);
790 	Linker.link(g_queue_free, "g_queue_free", LIBRARY_GLIB);
791 	Linker.link(g_queue_free_full, "g_queue_free_full", LIBRARY_GLIB);
792 	Linker.link(g_queue_get_length, "g_queue_get_length", LIBRARY_GLIB);
793 	Linker.link(g_queue_index, "g_queue_index", LIBRARY_GLIB);
794 	Linker.link(g_queue_init, "g_queue_init", LIBRARY_GLIB);
795 	Linker.link(g_queue_insert_after, "g_queue_insert_after", LIBRARY_GLIB);
796 	Linker.link(g_queue_insert_after_link, "g_queue_insert_after_link", LIBRARY_GLIB);
797 	Linker.link(g_queue_insert_before, "g_queue_insert_before", LIBRARY_GLIB);
798 	Linker.link(g_queue_insert_before_link, "g_queue_insert_before_link", LIBRARY_GLIB);
799 	Linker.link(g_queue_insert_sorted, "g_queue_insert_sorted", LIBRARY_GLIB);
800 	Linker.link(g_queue_is_empty, "g_queue_is_empty", LIBRARY_GLIB);
801 	Linker.link(g_queue_link_index, "g_queue_link_index", LIBRARY_GLIB);
802 	Linker.link(g_queue_peek_head, "g_queue_peek_head", LIBRARY_GLIB);
803 	Linker.link(g_queue_peek_head_link, "g_queue_peek_head_link", LIBRARY_GLIB);
804 	Linker.link(g_queue_peek_nth, "g_queue_peek_nth", LIBRARY_GLIB);
805 	Linker.link(g_queue_peek_nth_link, "g_queue_peek_nth_link", LIBRARY_GLIB);
806 	Linker.link(g_queue_peek_tail, "g_queue_peek_tail", LIBRARY_GLIB);
807 	Linker.link(g_queue_peek_tail_link, "g_queue_peek_tail_link", LIBRARY_GLIB);
808 	Linker.link(g_queue_pop_head, "g_queue_pop_head", LIBRARY_GLIB);
809 	Linker.link(g_queue_pop_head_link, "g_queue_pop_head_link", LIBRARY_GLIB);
810 	Linker.link(g_queue_pop_nth, "g_queue_pop_nth", LIBRARY_GLIB);
811 	Linker.link(g_queue_pop_nth_link, "g_queue_pop_nth_link", LIBRARY_GLIB);
812 	Linker.link(g_queue_pop_tail, "g_queue_pop_tail", LIBRARY_GLIB);
813 	Linker.link(g_queue_pop_tail_link, "g_queue_pop_tail_link", LIBRARY_GLIB);
814 	Linker.link(g_queue_push_head, "g_queue_push_head", LIBRARY_GLIB);
815 	Linker.link(g_queue_push_head_link, "g_queue_push_head_link", LIBRARY_GLIB);
816 	Linker.link(g_queue_push_nth, "g_queue_push_nth", LIBRARY_GLIB);
817 	Linker.link(g_queue_push_nth_link, "g_queue_push_nth_link", LIBRARY_GLIB);
818 	Linker.link(g_queue_push_tail, "g_queue_push_tail", LIBRARY_GLIB);
819 	Linker.link(g_queue_push_tail_link, "g_queue_push_tail_link", LIBRARY_GLIB);
820 	Linker.link(g_queue_remove, "g_queue_remove", LIBRARY_GLIB);
821 	Linker.link(g_queue_remove_all, "g_queue_remove_all", LIBRARY_GLIB);
822 	Linker.link(g_queue_reverse, "g_queue_reverse", LIBRARY_GLIB);
823 	Linker.link(g_queue_sort, "g_queue_sort", LIBRARY_GLIB);
824 	Linker.link(g_queue_unlink, "g_queue_unlink", LIBRARY_GLIB);
825 	Linker.link(g_queue_new, "g_queue_new", LIBRARY_GLIB);
826 
827 	// glib.RWLock
828 
829 	Linker.link(g_rw_lock_clear, "g_rw_lock_clear", LIBRARY_GLIB);
830 	Linker.link(g_rw_lock_init, "g_rw_lock_init", LIBRARY_GLIB);
831 	Linker.link(g_rw_lock_reader_lock, "g_rw_lock_reader_lock", LIBRARY_GLIB);
832 	Linker.link(g_rw_lock_reader_trylock, "g_rw_lock_reader_trylock", LIBRARY_GLIB);
833 	Linker.link(g_rw_lock_reader_unlock, "g_rw_lock_reader_unlock", LIBRARY_GLIB);
834 	Linker.link(g_rw_lock_writer_lock, "g_rw_lock_writer_lock", LIBRARY_GLIB);
835 	Linker.link(g_rw_lock_writer_trylock, "g_rw_lock_writer_trylock", LIBRARY_GLIB);
836 	Linker.link(g_rw_lock_writer_unlock, "g_rw_lock_writer_unlock", LIBRARY_GLIB);
837 
838 	// glib.RandG
839 
840 	Linker.link(g_rand_copy, "g_rand_copy", LIBRARY_GLIB);
841 	Linker.link(g_rand_double, "g_rand_double", LIBRARY_GLIB);
842 	Linker.link(g_rand_double_range, "g_rand_double_range", LIBRARY_GLIB);
843 	Linker.link(g_rand_free, "g_rand_free", LIBRARY_GLIB);
844 	Linker.link(g_rand_int, "g_rand_int", LIBRARY_GLIB);
845 	Linker.link(g_rand_int_range, "g_rand_int_range", LIBRARY_GLIB);
846 	Linker.link(g_rand_set_seed, "g_rand_set_seed", LIBRARY_GLIB);
847 	Linker.link(g_rand_set_seed_array, "g_rand_set_seed_array", LIBRARY_GLIB);
848 	Linker.link(g_rand_new, "g_rand_new", LIBRARY_GLIB);
849 	Linker.link(g_rand_new_with_seed, "g_rand_new_with_seed", LIBRARY_GLIB);
850 	Linker.link(g_rand_new_with_seed_array, "g_rand_new_with_seed_array", LIBRARY_GLIB);
851 	Linker.link(g_random_double, "g_random_double", LIBRARY_GLIB);
852 	Linker.link(g_random_double_range, "g_random_double_range", LIBRARY_GLIB);
853 	Linker.link(g_random_int, "g_random_int", LIBRARY_GLIB);
854 	Linker.link(g_random_int_range, "g_random_int_range", LIBRARY_GLIB);
855 	Linker.link(g_random_set_seed, "g_random_set_seed", LIBRARY_GLIB);
856 
857 	// glib.RecMutex
858 
859 	Linker.link(g_rec_mutex_clear, "g_rec_mutex_clear", LIBRARY_GLIB);
860 	Linker.link(g_rec_mutex_init, "g_rec_mutex_init", LIBRARY_GLIB);
861 	Linker.link(g_rec_mutex_lock, "g_rec_mutex_lock", LIBRARY_GLIB);
862 	Linker.link(g_rec_mutex_trylock, "g_rec_mutex_trylock", LIBRARY_GLIB);
863 	Linker.link(g_rec_mutex_unlock, "g_rec_mutex_unlock", LIBRARY_GLIB);
864 
865 	// glib.Regex
866 
867 	Linker.link(g_regex_new, "g_regex_new", LIBRARY_GLIB);
868 	Linker.link(g_regex_get_capture_count, "g_regex_get_capture_count", LIBRARY_GLIB);
869 	Linker.link(g_regex_get_compile_flags, "g_regex_get_compile_flags", LIBRARY_GLIB);
870 	Linker.link(g_regex_get_has_cr_or_lf, "g_regex_get_has_cr_or_lf", LIBRARY_GLIB);
871 	Linker.link(g_regex_get_match_flags, "g_regex_get_match_flags", LIBRARY_GLIB);
872 	Linker.link(g_regex_get_max_backref, "g_regex_get_max_backref", LIBRARY_GLIB);
873 	Linker.link(g_regex_get_max_lookbehind, "g_regex_get_max_lookbehind", LIBRARY_GLIB);
874 	Linker.link(g_regex_get_pattern, "g_regex_get_pattern", LIBRARY_GLIB);
875 	Linker.link(g_regex_get_string_number, "g_regex_get_string_number", LIBRARY_GLIB);
876 	Linker.link(g_regex_match, "g_regex_match", LIBRARY_GLIB);
877 	Linker.link(g_regex_match_all, "g_regex_match_all", LIBRARY_GLIB);
878 	Linker.link(g_regex_match_all_full, "g_regex_match_all_full", LIBRARY_GLIB);
879 	Linker.link(g_regex_match_full, "g_regex_match_full", LIBRARY_GLIB);
880 	Linker.link(g_regex_ref, "g_regex_ref", LIBRARY_GLIB);
881 	Linker.link(g_regex_replace, "g_regex_replace", LIBRARY_GLIB);
882 	Linker.link(g_regex_replace_eval, "g_regex_replace_eval", LIBRARY_GLIB);
883 	Linker.link(g_regex_replace_literal, "g_regex_replace_literal", LIBRARY_GLIB);
884 	Linker.link(g_regex_split, "g_regex_split", LIBRARY_GLIB);
885 	Linker.link(g_regex_split_full, "g_regex_split_full", LIBRARY_GLIB);
886 	Linker.link(g_regex_unref, "g_regex_unref", LIBRARY_GLIB);
887 	Linker.link(g_regex_check_replacement, "g_regex_check_replacement", LIBRARY_GLIB);
888 	Linker.link(g_regex_error_quark, "g_regex_error_quark", LIBRARY_GLIB);
889 	Linker.link(g_regex_escape_nul, "g_regex_escape_nul", LIBRARY_GLIB);
890 	Linker.link(g_regex_escape_string, "g_regex_escape_string", LIBRARY_GLIB);
891 	Linker.link(g_regex_match_simple, "g_regex_match_simple", LIBRARY_GLIB);
892 	Linker.link(g_regex_split_simple, "g_regex_split_simple", LIBRARY_GLIB);
893 
894 	// glib.ListSG
895 
896 	Linker.link(g_slist_alloc, "g_slist_alloc", LIBRARY_GLIB);
897 	Linker.link(g_slist_append, "g_slist_append", LIBRARY_GLIB);
898 	Linker.link(g_slist_concat, "g_slist_concat", LIBRARY_GLIB);
899 	Linker.link(g_slist_copy, "g_slist_copy", LIBRARY_GLIB);
900 	Linker.link(g_slist_copy_deep, "g_slist_copy_deep", LIBRARY_GLIB);
901 	Linker.link(g_slist_delete_link, "g_slist_delete_link", LIBRARY_GLIB);
902 	Linker.link(g_slist_find, "g_slist_find", LIBRARY_GLIB);
903 	Linker.link(g_slist_find_custom, "g_slist_find_custom", LIBRARY_GLIB);
904 	Linker.link(g_slist_foreach, "g_slist_foreach", LIBRARY_GLIB);
905 	Linker.link(g_slist_free, "g_slist_free", LIBRARY_GLIB);
906 	Linker.link(g_slist_free_1, "g_slist_free_1", LIBRARY_GLIB);
907 	Linker.link(g_slist_free_full, "g_slist_free_full", LIBRARY_GLIB);
908 	Linker.link(g_slist_index, "g_slist_index", LIBRARY_GLIB);
909 	Linker.link(g_slist_insert, "g_slist_insert", LIBRARY_GLIB);
910 	Linker.link(g_slist_insert_before, "g_slist_insert_before", LIBRARY_GLIB);
911 	Linker.link(g_slist_insert_sorted, "g_slist_insert_sorted", LIBRARY_GLIB);
912 	Linker.link(g_slist_insert_sorted_with_data, "g_slist_insert_sorted_with_data", LIBRARY_GLIB);
913 	Linker.link(g_slist_last, "g_slist_last", LIBRARY_GLIB);
914 	Linker.link(g_slist_length, "g_slist_length", LIBRARY_GLIB);
915 	Linker.link(g_slist_nth, "g_slist_nth", LIBRARY_GLIB);
916 	Linker.link(g_slist_nth_data, "g_slist_nth_data", LIBRARY_GLIB);
917 	Linker.link(g_slist_position, "g_slist_position", LIBRARY_GLIB);
918 	Linker.link(g_slist_prepend, "g_slist_prepend", LIBRARY_GLIB);
919 	Linker.link(g_slist_remove, "g_slist_remove", LIBRARY_GLIB);
920 	Linker.link(g_slist_remove_all, "g_slist_remove_all", LIBRARY_GLIB);
921 	Linker.link(g_slist_remove_link, "g_slist_remove_link", LIBRARY_GLIB);
922 	Linker.link(g_slist_reverse, "g_slist_reverse", LIBRARY_GLIB);
923 	Linker.link(g_slist_sort, "g_slist_sort", LIBRARY_GLIB);
924 	Linker.link(g_slist_sort_with_data, "g_slist_sort_with_data", LIBRARY_GLIB);
925 	Linker.link(g_clear_slist, "g_clear_slist", LIBRARY_GLIB);
926 
927 	// glib.ScannerG
928 
929 	Linker.link(g_scanner_cur_line, "g_scanner_cur_line", LIBRARY_GLIB);
930 	Linker.link(g_scanner_cur_position, "g_scanner_cur_position", LIBRARY_GLIB);
931 	Linker.link(g_scanner_cur_token, "g_scanner_cur_token", LIBRARY_GLIB);
932 	Linker.link(g_scanner_cur_value, "g_scanner_cur_value", LIBRARY_GLIB);
933 	Linker.link(g_scanner_destroy, "g_scanner_destroy", LIBRARY_GLIB);
934 	Linker.link(g_scanner_eof, "g_scanner_eof", LIBRARY_GLIB);
935 	Linker.link(g_scanner_error, "g_scanner_error", LIBRARY_GLIB);
936 	Linker.link(g_scanner_get_next_token, "g_scanner_get_next_token", LIBRARY_GLIB);
937 	Linker.link(g_scanner_input_file, "g_scanner_input_file", LIBRARY_GLIB);
938 	Linker.link(g_scanner_input_text, "g_scanner_input_text", LIBRARY_GLIB);
939 	Linker.link(g_scanner_lookup_symbol, "g_scanner_lookup_symbol", LIBRARY_GLIB);
940 	Linker.link(g_scanner_peek_next_token, "g_scanner_peek_next_token", LIBRARY_GLIB);
941 	Linker.link(g_scanner_scope_add_symbol, "g_scanner_scope_add_symbol", LIBRARY_GLIB);
942 	Linker.link(g_scanner_scope_foreach_symbol, "g_scanner_scope_foreach_symbol", LIBRARY_GLIB);
943 	Linker.link(g_scanner_scope_lookup_symbol, "g_scanner_scope_lookup_symbol", LIBRARY_GLIB);
944 	Linker.link(g_scanner_scope_remove_symbol, "g_scanner_scope_remove_symbol", LIBRARY_GLIB);
945 	Linker.link(g_scanner_set_scope, "g_scanner_set_scope", LIBRARY_GLIB);
946 	Linker.link(g_scanner_sync_file_offset, "g_scanner_sync_file_offset", LIBRARY_GLIB);
947 	Linker.link(g_scanner_unexp_token, "g_scanner_unexp_token", LIBRARY_GLIB);
948 	Linker.link(g_scanner_warn, "g_scanner_warn", LIBRARY_GLIB);
949 	Linker.link(g_scanner_new, "g_scanner_new", LIBRARY_GLIB);
950 
951 	// glib.Sequence
952 
953 	Linker.link(g_sequence_append, "g_sequence_append", LIBRARY_GLIB);
954 	Linker.link(g_sequence_foreach, "g_sequence_foreach", LIBRARY_GLIB);
955 	Linker.link(g_sequence_free, "g_sequence_free", LIBRARY_GLIB);
956 	Linker.link(g_sequence_get_begin_iter, "g_sequence_get_begin_iter", LIBRARY_GLIB);
957 	Linker.link(g_sequence_get_end_iter, "g_sequence_get_end_iter", LIBRARY_GLIB);
958 	Linker.link(g_sequence_get_iter_at_pos, "g_sequence_get_iter_at_pos", LIBRARY_GLIB);
959 	Linker.link(g_sequence_get_length, "g_sequence_get_length", LIBRARY_GLIB);
960 	Linker.link(g_sequence_insert_sorted, "g_sequence_insert_sorted", LIBRARY_GLIB);
961 	Linker.link(g_sequence_insert_sorted_iter, "g_sequence_insert_sorted_iter", LIBRARY_GLIB);
962 	Linker.link(g_sequence_is_empty, "g_sequence_is_empty", LIBRARY_GLIB);
963 	Linker.link(g_sequence_lookup, "g_sequence_lookup", LIBRARY_GLIB);
964 	Linker.link(g_sequence_lookup_iter, "g_sequence_lookup_iter", LIBRARY_GLIB);
965 	Linker.link(g_sequence_prepend, "g_sequence_prepend", LIBRARY_GLIB);
966 	Linker.link(g_sequence_search, "g_sequence_search", LIBRARY_GLIB);
967 	Linker.link(g_sequence_search_iter, "g_sequence_search_iter", LIBRARY_GLIB);
968 	Linker.link(g_sequence_sort, "g_sequence_sort", LIBRARY_GLIB);
969 	Linker.link(g_sequence_sort_iter, "g_sequence_sort_iter", LIBRARY_GLIB);
970 	Linker.link(g_sequence_foreach_range, "g_sequence_foreach_range", LIBRARY_GLIB);
971 	Linker.link(g_sequence_get, "g_sequence_get", LIBRARY_GLIB);
972 	Linker.link(g_sequence_insert_before, "g_sequence_insert_before", LIBRARY_GLIB);
973 	Linker.link(g_sequence_move, "g_sequence_move", LIBRARY_GLIB);
974 	Linker.link(g_sequence_move_range, "g_sequence_move_range", LIBRARY_GLIB);
975 	Linker.link(g_sequence_new, "g_sequence_new", LIBRARY_GLIB);
976 	Linker.link(g_sequence_range_get_midpoint, "g_sequence_range_get_midpoint", LIBRARY_GLIB);
977 	Linker.link(g_sequence_remove, "g_sequence_remove", LIBRARY_GLIB);
978 	Linker.link(g_sequence_remove_range, "g_sequence_remove_range", LIBRARY_GLIB);
979 	Linker.link(g_sequence_set, "g_sequence_set", LIBRARY_GLIB);
980 	Linker.link(g_sequence_sort_changed, "g_sequence_sort_changed", LIBRARY_GLIB);
981 	Linker.link(g_sequence_sort_changed_iter, "g_sequence_sort_changed_iter", LIBRARY_GLIB);
982 	Linker.link(g_sequence_swap, "g_sequence_swap", LIBRARY_GLIB);
983 
984 	// glib.SequenceIter
985 
986 	Linker.link(g_sequence_iter_compare, "g_sequence_iter_compare", LIBRARY_GLIB);
987 	Linker.link(g_sequence_iter_get_position, "g_sequence_iter_get_position", LIBRARY_GLIB);
988 	Linker.link(g_sequence_iter_get_sequence, "g_sequence_iter_get_sequence", LIBRARY_GLIB);
989 	Linker.link(g_sequence_iter_is_begin, "g_sequence_iter_is_begin", LIBRARY_GLIB);
990 	Linker.link(g_sequence_iter_is_end, "g_sequence_iter_is_end", LIBRARY_GLIB);
991 	Linker.link(g_sequence_iter_move, "g_sequence_iter_move", LIBRARY_GLIB);
992 	Linker.link(g_sequence_iter_next, "g_sequence_iter_next", LIBRARY_GLIB);
993 	Linker.link(g_sequence_iter_prev, "g_sequence_iter_prev", LIBRARY_GLIB);
994 
995 	// glib.Source
996 
997 	Linker.link(g_source_new, "g_source_new", LIBRARY_GLIB);
998 	Linker.link(g_source_add_child_source, "g_source_add_child_source", LIBRARY_GLIB);
999 	Linker.link(g_source_add_poll, "g_source_add_poll", LIBRARY_GLIB);
1000 	Linker.link(g_source_add_unix_fd, "g_source_add_unix_fd", LIBRARY_GLIB);
1001 	Linker.link(g_source_attach, "g_source_attach", LIBRARY_GLIB);
1002 	Linker.link(g_source_destroy, "g_source_destroy", LIBRARY_GLIB);
1003 	Linker.link(g_source_get_can_recurse, "g_source_get_can_recurse", LIBRARY_GLIB);
1004 	Linker.link(g_source_get_context, "g_source_get_context", LIBRARY_GLIB);
1005 	Linker.link(g_source_get_current_time, "g_source_get_current_time", LIBRARY_GLIB);
1006 	Linker.link(g_source_get_id, "g_source_get_id", LIBRARY_GLIB);
1007 	Linker.link(g_source_get_name, "g_source_get_name", LIBRARY_GLIB);
1008 	Linker.link(g_source_get_priority, "g_source_get_priority", LIBRARY_GLIB);
1009 	Linker.link(g_source_get_ready_time, "g_source_get_ready_time", LIBRARY_GLIB);
1010 	Linker.link(g_source_get_time, "g_source_get_time", LIBRARY_GLIB);
1011 	Linker.link(g_source_is_destroyed, "g_source_is_destroyed", LIBRARY_GLIB);
1012 	Linker.link(g_source_modify_unix_fd, "g_source_modify_unix_fd", LIBRARY_GLIB);
1013 	Linker.link(g_source_query_unix_fd, "g_source_query_unix_fd", LIBRARY_GLIB);
1014 	Linker.link(g_source_ref, "g_source_ref", LIBRARY_GLIB);
1015 	Linker.link(g_source_remove_child_source, "g_source_remove_child_source", LIBRARY_GLIB);
1016 	Linker.link(g_source_remove_poll, "g_source_remove_poll", LIBRARY_GLIB);
1017 	Linker.link(g_source_remove_unix_fd, "g_source_remove_unix_fd", LIBRARY_GLIB);
1018 	Linker.link(g_source_set_callback, "g_source_set_callback", LIBRARY_GLIB);
1019 	Linker.link(g_source_set_callback_indirect, "g_source_set_callback_indirect", LIBRARY_GLIB);
1020 	Linker.link(g_source_set_can_recurse, "g_source_set_can_recurse", LIBRARY_GLIB);
1021 	Linker.link(g_source_set_dispose_function, "g_source_set_dispose_function", LIBRARY_GLIB);
1022 	Linker.link(g_source_set_funcs, "g_source_set_funcs", LIBRARY_GLIB);
1023 	Linker.link(g_source_set_name, "g_source_set_name", LIBRARY_GLIB);
1024 	Linker.link(g_source_set_priority, "g_source_set_priority", LIBRARY_GLIB);
1025 	Linker.link(g_source_set_ready_time, "g_source_set_ready_time", LIBRARY_GLIB);
1026 	Linker.link(g_source_set_static_name, "g_source_set_static_name", LIBRARY_GLIB);
1027 	Linker.link(g_source_unref, "g_source_unref", LIBRARY_GLIB);
1028 	Linker.link(g_source_remove, "g_source_remove", LIBRARY_GLIB);
1029 	Linker.link(g_source_remove_by_funcs_user_data, "g_source_remove_by_funcs_user_data", LIBRARY_GLIB);
1030 	Linker.link(g_source_remove_by_user_data, "g_source_remove_by_user_data", LIBRARY_GLIB);
1031 	Linker.link(g_source_set_name_by_id, "g_source_set_name_by_id", LIBRARY_GLIB);
1032 
1033 	// glib.StringG
1034 
1035 	Linker.link(g_string_new, "g_string_new", LIBRARY_GLIB);
1036 	Linker.link(g_string_new_len, "g_string_new_len", LIBRARY_GLIB);
1037 	Linker.link(g_string_sized_new, "g_string_sized_new", LIBRARY_GLIB);
1038 	Linker.link(g_string_append, "g_string_append", LIBRARY_GLIB);
1039 	Linker.link(g_string_append_c, "g_string_append_c", LIBRARY_GLIB);
1040 	Linker.link(g_string_append_len, "g_string_append_len", LIBRARY_GLIB);
1041 	Linker.link(g_string_append_printf, "g_string_append_printf", LIBRARY_GLIB);
1042 	Linker.link(g_string_append_unichar, "g_string_append_unichar", LIBRARY_GLIB);
1043 	Linker.link(g_string_append_uri_escaped, "g_string_append_uri_escaped", LIBRARY_GLIB);
1044 	Linker.link(g_string_append_vprintf, "g_string_append_vprintf", LIBRARY_GLIB);
1045 	Linker.link(g_string_ascii_down, "g_string_ascii_down", LIBRARY_GLIB);
1046 	Linker.link(g_string_ascii_up, "g_string_ascii_up", LIBRARY_GLIB);
1047 	Linker.link(g_string_assign, "g_string_assign", LIBRARY_GLIB);
1048 	Linker.link(g_string_down, "g_string_down", LIBRARY_GLIB);
1049 	Linker.link(g_string_equal, "g_string_equal", LIBRARY_GLIB);
1050 	Linker.link(g_string_erase, "g_string_erase", LIBRARY_GLIB);
1051 	Linker.link(g_string_free, "g_string_free", LIBRARY_GLIB);
1052 	Linker.link(g_string_free_to_bytes, "g_string_free_to_bytes", LIBRARY_GLIB);
1053 	Linker.link(g_string_hash, "g_string_hash", LIBRARY_GLIB);
1054 	Linker.link(g_string_insert, "g_string_insert", LIBRARY_GLIB);
1055 	Linker.link(g_string_insert_c, "g_string_insert_c", LIBRARY_GLIB);
1056 	Linker.link(g_string_insert_len, "g_string_insert_len", LIBRARY_GLIB);
1057 	Linker.link(g_string_insert_unichar, "g_string_insert_unichar", LIBRARY_GLIB);
1058 	Linker.link(g_string_overwrite, "g_string_overwrite", LIBRARY_GLIB);
1059 	Linker.link(g_string_overwrite_len, "g_string_overwrite_len", LIBRARY_GLIB);
1060 	Linker.link(g_string_prepend, "g_string_prepend", LIBRARY_GLIB);
1061 	Linker.link(g_string_prepend_c, "g_string_prepend_c", LIBRARY_GLIB);
1062 	Linker.link(g_string_prepend_len, "g_string_prepend_len", LIBRARY_GLIB);
1063 	Linker.link(g_string_prepend_unichar, "g_string_prepend_unichar", LIBRARY_GLIB);
1064 	Linker.link(g_string_printf, "g_string_printf", LIBRARY_GLIB);
1065 	Linker.link(g_string_replace, "g_string_replace", LIBRARY_GLIB);
1066 	Linker.link(g_string_set_size, "g_string_set_size", LIBRARY_GLIB);
1067 	Linker.link(g_string_truncate, "g_string_truncate", LIBRARY_GLIB);
1068 	Linker.link(g_string_up, "g_string_up", LIBRARY_GLIB);
1069 	Linker.link(g_string_vprintf, "g_string_vprintf", LIBRARY_GLIB);
1070 	Linker.link(g_ref_string_new, "g_ref_string_new", LIBRARY_GLIB);
1071 	Linker.link(g_ref_string_new_len, "g_ref_string_new_len", LIBRARY_GLIB);
1072 
1073 	// glib.StringChunk
1074 
1075 	Linker.link(g_string_chunk_clear, "g_string_chunk_clear", LIBRARY_GLIB);
1076 	Linker.link(g_string_chunk_free, "g_string_chunk_free", LIBRARY_GLIB);
1077 	Linker.link(g_string_chunk_insert, "g_string_chunk_insert", LIBRARY_GLIB);
1078 	Linker.link(g_string_chunk_insert_const, "g_string_chunk_insert_const", LIBRARY_GLIB);
1079 	Linker.link(g_string_chunk_insert_len, "g_string_chunk_insert_len", LIBRARY_GLIB);
1080 	Linker.link(g_string_chunk_new, "g_string_chunk_new", LIBRARY_GLIB);
1081 
1082 	// glib.StrvBuilder
1083 
1084 	Linker.link(g_strv_builder_add, "g_strv_builder_add", LIBRARY_GLIB);
1085 	Linker.link(g_strv_builder_add_many, "g_strv_builder_add_many", LIBRARY_GLIB);
1086 	Linker.link(g_strv_builder_addv, "g_strv_builder_addv", LIBRARY_GLIB);
1087 	Linker.link(g_strv_builder_end, "g_strv_builder_end", LIBRARY_GLIB);
1088 	Linker.link(g_strv_builder_ref, "g_strv_builder_ref", LIBRARY_GLIB);
1089 	Linker.link(g_strv_builder_unref, "g_strv_builder_unref", LIBRARY_GLIB);
1090 	Linker.link(g_strv_builder_new, "g_strv_builder_new", LIBRARY_GLIB);
1091 
1092 	// glib.TestCase
1093 
1094 	Linker.link(g_test_case_free, "g_test_case_free", LIBRARY_GLIB);
1095 
1096 	// glib.TestLogBuffer
1097 
1098 	Linker.link(g_test_log_buffer_free, "g_test_log_buffer_free", LIBRARY_GLIB);
1099 	Linker.link(g_test_log_buffer_pop, "g_test_log_buffer_pop", LIBRARY_GLIB);
1100 	Linker.link(g_test_log_buffer_push, "g_test_log_buffer_push", LIBRARY_GLIB);
1101 	Linker.link(g_test_log_buffer_new, "g_test_log_buffer_new", LIBRARY_GLIB);
1102 
1103 	// glib.TestLogMsg
1104 
1105 	Linker.link(g_test_log_msg_free, "g_test_log_msg_free", LIBRARY_GLIB);
1106 
1107 	// glib.TestSuite
1108 
1109 	Linker.link(g_test_suite_add, "g_test_suite_add", LIBRARY_GLIB);
1110 	Linker.link(g_test_suite_add_suite, "g_test_suite_add_suite", LIBRARY_GLIB);
1111 	Linker.link(g_test_suite_free, "g_test_suite_free", LIBRARY_GLIB);
1112 
1113 	// glib.Thread
1114 
1115 	Linker.link(g_thread_new, "g_thread_new", LIBRARY_GLIB);
1116 	Linker.link(g_thread_try_new, "g_thread_try_new", LIBRARY_GLIB);
1117 	Linker.link(g_thread_join, "g_thread_join", LIBRARY_GLIB);
1118 	Linker.link(g_thread_ref, "g_thread_ref", LIBRARY_GLIB);
1119 	Linker.link(g_thread_unref, "g_thread_unref", LIBRARY_GLIB);
1120 	Linker.link(g_thread_error_quark, "g_thread_error_quark", LIBRARY_GLIB);
1121 	Linker.link(g_thread_exit, "g_thread_exit", LIBRARY_GLIB);
1122 	Linker.link(g_thread_self, "g_thread_self", LIBRARY_GLIB);
1123 	Linker.link(g_thread_yield, "g_thread_yield", LIBRARY_GLIB);
1124 	Linker.link(g_bit_lock, "g_bit_lock", LIBRARY_GLIB);
1125 	Linker.link(g_bit_trylock, "g_bit_trylock", LIBRARY_GLIB);
1126 	Linker.link(g_bit_unlock, "g_bit_unlock", LIBRARY_GLIB);
1127 	Linker.link(g_get_num_processors, "g_get_num_processors", LIBRARY_GLIB);
1128 	Linker.link(g_pointer_bit_lock, "g_pointer_bit_lock", LIBRARY_GLIB);
1129 	Linker.link(g_pointer_bit_trylock, "g_pointer_bit_trylock", LIBRARY_GLIB);
1130 	Linker.link(g_pointer_bit_unlock, "g_pointer_bit_unlock", LIBRARY_GLIB);
1131 
1132 	// glib.ThreadPool
1133 
1134 	Linker.link(g_thread_pool_free, "g_thread_pool_free", LIBRARY_GLIB);
1135 	Linker.link(g_thread_pool_get_max_threads, "g_thread_pool_get_max_threads", LIBRARY_GLIB);
1136 	Linker.link(g_thread_pool_get_num_threads, "g_thread_pool_get_num_threads", LIBRARY_GLIB);
1137 	Linker.link(g_thread_pool_move_to_front, "g_thread_pool_move_to_front", LIBRARY_GLIB);
1138 	Linker.link(g_thread_pool_push, "g_thread_pool_push", LIBRARY_GLIB);
1139 	Linker.link(g_thread_pool_set_max_threads, "g_thread_pool_set_max_threads", LIBRARY_GLIB);
1140 	Linker.link(g_thread_pool_set_sort_function, "g_thread_pool_set_sort_function", LIBRARY_GLIB);
1141 	Linker.link(g_thread_pool_unprocessed, "g_thread_pool_unprocessed", LIBRARY_GLIB);
1142 	Linker.link(g_thread_pool_get_max_idle_time, "g_thread_pool_get_max_idle_time", LIBRARY_GLIB);
1143 	Linker.link(g_thread_pool_get_max_unused_threads, "g_thread_pool_get_max_unused_threads", LIBRARY_GLIB);
1144 	Linker.link(g_thread_pool_get_num_unused_threads, "g_thread_pool_get_num_unused_threads", LIBRARY_GLIB);
1145 	Linker.link(g_thread_pool_new, "g_thread_pool_new", LIBRARY_GLIB);
1146 	Linker.link(g_thread_pool_new_full, "g_thread_pool_new_full", LIBRARY_GLIB);
1147 	Linker.link(g_thread_pool_set_max_idle_time, "g_thread_pool_set_max_idle_time", LIBRARY_GLIB);
1148 	Linker.link(g_thread_pool_set_max_unused_threads, "g_thread_pool_set_max_unused_threads", LIBRARY_GLIB);
1149 	Linker.link(g_thread_pool_stop_unused_threads, "g_thread_pool_stop_unused_threads", LIBRARY_GLIB);
1150 
1151 	// glib.TimeVal
1152 
1153 	Linker.link(g_time_val_add, "g_time_val_add", LIBRARY_GLIB);
1154 	Linker.link(g_time_val_to_iso8601, "g_time_val_to_iso8601", LIBRARY_GLIB);
1155 	Linker.link(g_time_val_from_iso8601, "g_time_val_from_iso8601", LIBRARY_GLIB);
1156 	Linker.link(g_get_current_time, "g_get_current_time", LIBRARY_GLIB);
1157 	Linker.link(g_get_monotonic_time, "g_get_monotonic_time", LIBRARY_GLIB);
1158 	Linker.link(g_get_real_time, "g_get_real_time", LIBRARY_GLIB);
1159 	Linker.link(g_usleep, "g_usleep", LIBRARY_GLIB);
1160 
1161 	// glib.TimeZone
1162 
1163 	Linker.link(g_time_zone_new, "g_time_zone_new", LIBRARY_GLIB);
1164 	Linker.link(g_time_zone_new_identifier, "g_time_zone_new_identifier", LIBRARY_GLIB);
1165 	Linker.link(g_time_zone_new_local, "g_time_zone_new_local", LIBRARY_GLIB);
1166 	Linker.link(g_time_zone_new_offset, "g_time_zone_new_offset", LIBRARY_GLIB);
1167 	Linker.link(g_time_zone_new_utc, "g_time_zone_new_utc", LIBRARY_GLIB);
1168 	Linker.link(g_time_zone_adjust_time, "g_time_zone_adjust_time", LIBRARY_GLIB);
1169 	Linker.link(g_time_zone_find_interval, "g_time_zone_find_interval", LIBRARY_GLIB);
1170 	Linker.link(g_time_zone_get_abbreviation, "g_time_zone_get_abbreviation", LIBRARY_GLIB);
1171 	Linker.link(g_time_zone_get_identifier, "g_time_zone_get_identifier", LIBRARY_GLIB);
1172 	Linker.link(g_time_zone_get_offset, "g_time_zone_get_offset", LIBRARY_GLIB);
1173 	Linker.link(g_time_zone_is_dst, "g_time_zone_is_dst", LIBRARY_GLIB);
1174 	Linker.link(g_time_zone_ref, "g_time_zone_ref", LIBRARY_GLIB);
1175 	Linker.link(g_time_zone_unref, "g_time_zone_unref", LIBRARY_GLIB);
1176 
1177 	// glib.Timer
1178 
1179 	Linker.link(g_timer_continue, "g_timer_continue", LIBRARY_GLIB);
1180 	Linker.link(g_timer_destroy, "g_timer_destroy", LIBRARY_GLIB);
1181 	Linker.link(g_timer_elapsed, "g_timer_elapsed", LIBRARY_GLIB);
1182 	Linker.link(g_timer_is_active, "g_timer_is_active", LIBRARY_GLIB);
1183 	Linker.link(g_timer_reset, "g_timer_reset", LIBRARY_GLIB);
1184 	Linker.link(g_timer_start, "g_timer_start", LIBRARY_GLIB);
1185 	Linker.link(g_timer_stop, "g_timer_stop", LIBRARY_GLIB);
1186 	Linker.link(g_timer_new, "g_timer_new", LIBRARY_GLIB);
1187 
1188 	// glib.TrashStack
1189 
1190 	Linker.link(g_trash_stack_height, "g_trash_stack_height", LIBRARY_GLIB);
1191 	Linker.link(g_trash_stack_peek, "g_trash_stack_peek", LIBRARY_GLIB);
1192 	Linker.link(g_trash_stack_pop, "g_trash_stack_pop", LIBRARY_GLIB);
1193 	Linker.link(g_trash_stack_push, "g_trash_stack_push", LIBRARY_GLIB);
1194 
1195 	// glib.BBTree
1196 
1197 	Linker.link(g_tree_new, "g_tree_new", LIBRARY_GLIB);
1198 	Linker.link(g_tree_new_full, "g_tree_new_full", LIBRARY_GLIB);
1199 	Linker.link(g_tree_new_with_data, "g_tree_new_with_data", LIBRARY_GLIB);
1200 	Linker.link(g_tree_destroy, "g_tree_destroy", LIBRARY_GLIB);
1201 	Linker.link(g_tree_foreach, "g_tree_foreach", LIBRARY_GLIB);
1202 	Linker.link(g_tree_foreach_node, "g_tree_foreach_node", LIBRARY_GLIB);
1203 	Linker.link(g_tree_height, "g_tree_height", LIBRARY_GLIB);
1204 	Linker.link(g_tree_insert, "g_tree_insert", LIBRARY_GLIB);
1205 	Linker.link(g_tree_insert_node, "g_tree_insert_node", LIBRARY_GLIB);
1206 	Linker.link(g_tree_lookup, "g_tree_lookup", LIBRARY_GLIB);
1207 	Linker.link(g_tree_lookup_extended, "g_tree_lookup_extended", LIBRARY_GLIB);
1208 	Linker.link(g_tree_lookup_node, "g_tree_lookup_node", LIBRARY_GLIB);
1209 	Linker.link(g_tree_lower_bound, "g_tree_lower_bound", LIBRARY_GLIB);
1210 	Linker.link(g_tree_nnodes, "g_tree_nnodes", LIBRARY_GLIB);
1211 	Linker.link(g_tree_node_first, "g_tree_node_first", LIBRARY_GLIB);
1212 	Linker.link(g_tree_node_last, "g_tree_node_last", LIBRARY_GLIB);
1213 	Linker.link(g_tree_ref, "g_tree_ref", LIBRARY_GLIB);
1214 	Linker.link(g_tree_remove, "g_tree_remove", LIBRARY_GLIB);
1215 	Linker.link(g_tree_remove_all, "g_tree_remove_all", LIBRARY_GLIB);
1216 	Linker.link(g_tree_replace, "g_tree_replace", LIBRARY_GLIB);
1217 	Linker.link(g_tree_replace_node, "g_tree_replace_node", LIBRARY_GLIB);
1218 	Linker.link(g_tree_search, "g_tree_search", LIBRARY_GLIB);
1219 	Linker.link(g_tree_search_node, "g_tree_search_node", LIBRARY_GLIB);
1220 	Linker.link(g_tree_steal, "g_tree_steal", LIBRARY_GLIB);
1221 	Linker.link(g_tree_traverse, "g_tree_traverse", LIBRARY_GLIB);
1222 	Linker.link(g_tree_unref, "g_tree_unref", LIBRARY_GLIB);
1223 	Linker.link(g_tree_upper_bound, "g_tree_upper_bound", LIBRARY_GLIB);
1224 
1225 	// glib.TreeNode
1226 
1227 	Linker.link(g_tree_node_key, "g_tree_node_key", LIBRARY_GLIB);
1228 	Linker.link(g_tree_node_next, "g_tree_node_next", LIBRARY_GLIB);
1229 	Linker.link(g_tree_node_previous, "g_tree_node_previous", LIBRARY_GLIB);
1230 	Linker.link(g_tree_node_value, "g_tree_node_value", LIBRARY_GLIB);
1231 
1232 	// glib.URI
1233 
1234 	Linker.link(g_uri_get_auth_params, "g_uri_get_auth_params", LIBRARY_GLIB);
1235 	Linker.link(g_uri_get_flags, "g_uri_get_flags", LIBRARY_GLIB);
1236 	Linker.link(g_uri_get_fragment, "g_uri_get_fragment", LIBRARY_GLIB);
1237 	Linker.link(g_uri_get_host, "g_uri_get_host", LIBRARY_GLIB);
1238 	Linker.link(g_uri_get_password, "g_uri_get_password", LIBRARY_GLIB);
1239 	Linker.link(g_uri_get_path, "g_uri_get_path", LIBRARY_GLIB);
1240 	Linker.link(g_uri_get_port, "g_uri_get_port", LIBRARY_GLIB);
1241 	Linker.link(g_uri_get_query, "g_uri_get_query", LIBRARY_GLIB);
1242 	Linker.link(g_uri_get_scheme, "g_uri_get_scheme", LIBRARY_GLIB);
1243 	Linker.link(g_uri_get_user, "g_uri_get_user", LIBRARY_GLIB);
1244 	Linker.link(g_uri_get_userinfo, "g_uri_get_userinfo", LIBRARY_GLIB);
1245 	Linker.link(g_uri_parse_relative, "g_uri_parse_relative", LIBRARY_GLIB);
1246 	Linker.link(g_uri_ref, "g_uri_ref", LIBRARY_GLIB);
1247 	Linker.link(g_uri_to_string, "g_uri_to_string", LIBRARY_GLIB);
1248 	Linker.link(g_uri_to_string_partial, "g_uri_to_string_partial", LIBRARY_GLIB);
1249 	Linker.link(g_uri_unref, "g_uri_unref", LIBRARY_GLIB);
1250 	Linker.link(g_uri_build, "g_uri_build", LIBRARY_GLIB);
1251 	Linker.link(g_uri_build_with_user, "g_uri_build_with_user", LIBRARY_GLIB);
1252 	Linker.link(g_uri_error_quark, "g_uri_error_quark", LIBRARY_GLIB);
1253 	Linker.link(g_uri_escape_bytes, "g_uri_escape_bytes", LIBRARY_GLIB);
1254 	Linker.link(g_uri_escape_string, "g_uri_escape_string", LIBRARY_GLIB);
1255 	Linker.link(g_uri_is_valid, "g_uri_is_valid", LIBRARY_GLIB);
1256 	Linker.link(g_uri_join, "g_uri_join", LIBRARY_GLIB);
1257 	Linker.link(g_uri_join_with_user, "g_uri_join_with_user", LIBRARY_GLIB);
1258 	Linker.link(g_uri_list_extract_uris, "g_uri_list_extract_uris", LIBRARY_GLIB);
1259 	Linker.link(g_uri_parse, "g_uri_parse", LIBRARY_GLIB);
1260 	Linker.link(g_uri_parse_params, "g_uri_parse_params", LIBRARY_GLIB);
1261 	Linker.link(g_uri_parse_scheme, "g_uri_parse_scheme", LIBRARY_GLIB);
1262 	Linker.link(g_uri_peek_scheme, "g_uri_peek_scheme", LIBRARY_GLIB);
1263 	Linker.link(g_uri_resolve_relative, "g_uri_resolve_relative", LIBRARY_GLIB);
1264 	Linker.link(g_uri_split, "g_uri_split", LIBRARY_GLIB);
1265 	Linker.link(g_uri_split_network, "g_uri_split_network", LIBRARY_GLIB);
1266 	Linker.link(g_uri_split_with_user, "g_uri_split_with_user", LIBRARY_GLIB);
1267 	Linker.link(g_uri_unescape_bytes, "g_uri_unescape_bytes", LIBRARY_GLIB);
1268 	Linker.link(g_uri_unescape_segment, "g_uri_unescape_segment", LIBRARY_GLIB);
1269 	Linker.link(g_uri_unescape_string, "g_uri_unescape_string", LIBRARY_GLIB);
1270 
1271 	// glib.UriParamsIter
1272 
1273 	Linker.link(g_uri_params_iter_init, "g_uri_params_iter_init", LIBRARY_GLIB);
1274 	Linker.link(g_uri_params_iter_next, "g_uri_params_iter_next", LIBRARY_GLIB);
1275 
1276 	// glib.Variant
1277 
1278 	Linker.link(g_variant_new, "g_variant_new", LIBRARY_GLIB);
1279 	Linker.link(g_variant_new_array, "g_variant_new_array", LIBRARY_GLIB);
1280 	Linker.link(g_variant_new_boolean, "g_variant_new_boolean", LIBRARY_GLIB);
1281 	Linker.link(g_variant_new_byte, "g_variant_new_byte", LIBRARY_GLIB);
1282 	Linker.link(g_variant_new_bytestring, "g_variant_new_bytestring", LIBRARY_GLIB);
1283 	Linker.link(g_variant_new_bytestring_array, "g_variant_new_bytestring_array", LIBRARY_GLIB);
1284 	Linker.link(g_variant_new_dict_entry, "g_variant_new_dict_entry", LIBRARY_GLIB);
1285 	Linker.link(g_variant_new_double, "g_variant_new_double", LIBRARY_GLIB);
1286 	Linker.link(g_variant_new_fixed_array, "g_variant_new_fixed_array", LIBRARY_GLIB);
1287 	Linker.link(g_variant_new_from_bytes, "g_variant_new_from_bytes", LIBRARY_GLIB);
1288 	Linker.link(g_variant_new_from_data, "g_variant_new_from_data", LIBRARY_GLIB);
1289 	Linker.link(g_variant_new_handle, "g_variant_new_handle", LIBRARY_GLIB);
1290 	Linker.link(g_variant_new_int16, "g_variant_new_int16", LIBRARY_GLIB);
1291 	Linker.link(g_variant_new_int32, "g_variant_new_int32", LIBRARY_GLIB);
1292 	Linker.link(g_variant_new_int64, "g_variant_new_int64", LIBRARY_GLIB);
1293 	Linker.link(g_variant_new_maybe, "g_variant_new_maybe", LIBRARY_GLIB);
1294 	Linker.link(g_variant_new_object_path, "g_variant_new_object_path", LIBRARY_GLIB);
1295 	Linker.link(g_variant_new_objv, "g_variant_new_objv", LIBRARY_GLIB);
1296 	Linker.link(g_variant_new_parsed, "g_variant_new_parsed", LIBRARY_GLIB);
1297 	Linker.link(g_variant_new_parsed_va, "g_variant_new_parsed_va", LIBRARY_GLIB);
1298 	Linker.link(g_variant_new_printf, "g_variant_new_printf", LIBRARY_GLIB);
1299 	Linker.link(g_variant_new_signature, "g_variant_new_signature", LIBRARY_GLIB);
1300 	Linker.link(g_variant_new_string, "g_variant_new_string", LIBRARY_GLIB);
1301 	Linker.link(g_variant_new_strv, "g_variant_new_strv", LIBRARY_GLIB);
1302 	Linker.link(g_variant_new_take_string, "g_variant_new_take_string", LIBRARY_GLIB);
1303 	Linker.link(g_variant_new_tuple, "g_variant_new_tuple", LIBRARY_GLIB);
1304 	Linker.link(g_variant_new_uint16, "g_variant_new_uint16", LIBRARY_GLIB);
1305 	Linker.link(g_variant_new_uint32, "g_variant_new_uint32", LIBRARY_GLIB);
1306 	Linker.link(g_variant_new_uint64, "g_variant_new_uint64", LIBRARY_GLIB);
1307 	Linker.link(g_variant_new_va, "g_variant_new_va", LIBRARY_GLIB);
1308 	Linker.link(g_variant_new_variant, "g_variant_new_variant", LIBRARY_GLIB);
1309 	Linker.link(g_variant_byteswap, "g_variant_byteswap", LIBRARY_GLIB);
1310 	Linker.link(g_variant_check_format_string, "g_variant_check_format_string", LIBRARY_GLIB);
1311 	Linker.link(g_variant_classify, "g_variant_classify", LIBRARY_GLIB);
1312 	Linker.link(g_variant_compare, "g_variant_compare", LIBRARY_GLIB);
1313 	Linker.link(g_variant_dup_bytestring, "g_variant_dup_bytestring", LIBRARY_GLIB);
1314 	Linker.link(g_variant_dup_bytestring_array, "g_variant_dup_bytestring_array", LIBRARY_GLIB);
1315 	Linker.link(g_variant_dup_objv, "g_variant_dup_objv", LIBRARY_GLIB);
1316 	Linker.link(g_variant_dup_string, "g_variant_dup_string", LIBRARY_GLIB);
1317 	Linker.link(g_variant_dup_strv, "g_variant_dup_strv", LIBRARY_GLIB);
1318 	Linker.link(g_variant_equal, "g_variant_equal", LIBRARY_GLIB);
1319 	Linker.link(g_variant_get, "g_variant_get", LIBRARY_GLIB);
1320 	Linker.link(g_variant_get_boolean, "g_variant_get_boolean", LIBRARY_GLIB);
1321 	Linker.link(g_variant_get_byte, "g_variant_get_byte", LIBRARY_GLIB);
1322 	Linker.link(g_variant_get_bytestring, "g_variant_get_bytestring", LIBRARY_GLIB);
1323 	Linker.link(g_variant_get_bytestring_array, "g_variant_get_bytestring_array", LIBRARY_GLIB);
1324 	Linker.link(g_variant_get_child, "g_variant_get_child", LIBRARY_GLIB);
1325 	Linker.link(g_variant_get_child_value, "g_variant_get_child_value", LIBRARY_GLIB);
1326 	Linker.link(g_variant_get_data, "g_variant_get_data", LIBRARY_GLIB);
1327 	Linker.link(g_variant_get_data_as_bytes, "g_variant_get_data_as_bytes", LIBRARY_GLIB);
1328 	Linker.link(g_variant_get_double, "g_variant_get_double", LIBRARY_GLIB);
1329 	Linker.link(g_variant_get_fixed_array, "g_variant_get_fixed_array", LIBRARY_GLIB);
1330 	Linker.link(g_variant_get_handle, "g_variant_get_handle", LIBRARY_GLIB);
1331 	Linker.link(g_variant_get_int16, "g_variant_get_int16", LIBRARY_GLIB);
1332 	Linker.link(g_variant_get_int32, "g_variant_get_int32", LIBRARY_GLIB);
1333 	Linker.link(g_variant_get_int64, "g_variant_get_int64", LIBRARY_GLIB);
1334 	Linker.link(g_variant_get_maybe, "g_variant_get_maybe", LIBRARY_GLIB);
1335 	Linker.link(g_variant_get_normal_form, "g_variant_get_normal_form", LIBRARY_GLIB);
1336 	Linker.link(g_variant_get_objv, "g_variant_get_objv", LIBRARY_GLIB);
1337 	Linker.link(g_variant_get_size, "g_variant_get_size", LIBRARY_GLIB);
1338 	Linker.link(g_variant_get_string, "g_variant_get_string", LIBRARY_GLIB);
1339 	Linker.link(g_variant_get_strv, "g_variant_get_strv", LIBRARY_GLIB);
1340 	Linker.link(g_variant_get_type, "g_variant_get_type", LIBRARY_GLIB);
1341 	Linker.link(g_variant_get_type_string, "g_variant_get_type_string", LIBRARY_GLIB);
1342 	Linker.link(g_variant_get_uint16, "g_variant_get_uint16", LIBRARY_GLIB);
1343 	Linker.link(g_variant_get_uint32, "g_variant_get_uint32", LIBRARY_GLIB);
1344 	Linker.link(g_variant_get_uint64, "g_variant_get_uint64", LIBRARY_GLIB);
1345 	Linker.link(g_variant_get_va, "g_variant_get_va", LIBRARY_GLIB);
1346 	Linker.link(g_variant_get_variant, "g_variant_get_variant", LIBRARY_GLIB);
1347 	Linker.link(g_variant_hash, "g_variant_hash", LIBRARY_GLIB);
1348 	Linker.link(g_variant_is_container, "g_variant_is_container", LIBRARY_GLIB);
1349 	Linker.link(g_variant_is_floating, "g_variant_is_floating", LIBRARY_GLIB);
1350 	Linker.link(g_variant_is_normal_form, "g_variant_is_normal_form", LIBRARY_GLIB);
1351 	Linker.link(g_variant_is_of_type, "g_variant_is_of_type", LIBRARY_GLIB);
1352 	Linker.link(g_variant_iter_new, "g_variant_iter_new", LIBRARY_GLIB);
1353 	Linker.link(g_variant_lookup, "g_variant_lookup", LIBRARY_GLIB);
1354 	Linker.link(g_variant_lookup_value, "g_variant_lookup_value", LIBRARY_GLIB);
1355 	Linker.link(g_variant_n_children, "g_variant_n_children", LIBRARY_GLIB);
1356 	Linker.link(g_variant_print, "g_variant_print", LIBRARY_GLIB);
1357 	Linker.link(g_variant_print_string, "g_variant_print_string", LIBRARY_GLIB);
1358 	Linker.link(g_variant_ref, "g_variant_ref", LIBRARY_GLIB);
1359 	Linker.link(g_variant_ref_sink, "g_variant_ref_sink", LIBRARY_GLIB);
1360 	Linker.link(g_variant_store, "g_variant_store", LIBRARY_GLIB);
1361 	Linker.link(g_variant_take_ref, "g_variant_take_ref", LIBRARY_GLIB);
1362 	Linker.link(g_variant_unref, "g_variant_unref", LIBRARY_GLIB);
1363 	Linker.link(g_variant_is_object_path, "g_variant_is_object_path", LIBRARY_GLIB);
1364 	Linker.link(g_variant_is_signature, "g_variant_is_signature", LIBRARY_GLIB);
1365 	Linker.link(g_variant_parse, "g_variant_parse", LIBRARY_GLIB);
1366 	Linker.link(g_variant_parse_error_print_context, "g_variant_parse_error_print_context", LIBRARY_GLIB);
1367 	Linker.link(g_variant_parse_error_quark, "g_variant_parse_error_quark", LIBRARY_GLIB);
1368 	Linker.link(g_variant_parser_get_error_quark, "g_variant_parser_get_error_quark", LIBRARY_GLIB);
1369 
1370 	// glib.VariantBuilder
1371 
1372 	Linker.link(g_variant_builder_new, "g_variant_builder_new", LIBRARY_GLIB);
1373 	Linker.link(g_variant_builder_add, "g_variant_builder_add", LIBRARY_GLIB);
1374 	Linker.link(g_variant_builder_add_parsed, "g_variant_builder_add_parsed", LIBRARY_GLIB);
1375 	Linker.link(g_variant_builder_add_value, "g_variant_builder_add_value", LIBRARY_GLIB);
1376 	Linker.link(g_variant_builder_clear, "g_variant_builder_clear", LIBRARY_GLIB);
1377 	Linker.link(g_variant_builder_close, "g_variant_builder_close", LIBRARY_GLIB);
1378 	Linker.link(g_variant_builder_end, "g_variant_builder_end", LIBRARY_GLIB);
1379 	Linker.link(g_variant_builder_init, "g_variant_builder_init", LIBRARY_GLIB);
1380 	Linker.link(g_variant_builder_open, "g_variant_builder_open", LIBRARY_GLIB);
1381 	Linker.link(g_variant_builder_ref, "g_variant_builder_ref", LIBRARY_GLIB);
1382 	Linker.link(g_variant_builder_unref, "g_variant_builder_unref", LIBRARY_GLIB);
1383 
1384 	// glib.VariantDict
1385 
1386 	Linker.link(g_variant_dict_new, "g_variant_dict_new", LIBRARY_GLIB);
1387 	Linker.link(g_variant_dict_clear, "g_variant_dict_clear", LIBRARY_GLIB);
1388 	Linker.link(g_variant_dict_contains, "g_variant_dict_contains", LIBRARY_GLIB);
1389 	Linker.link(g_variant_dict_end, "g_variant_dict_end", LIBRARY_GLIB);
1390 	Linker.link(g_variant_dict_init, "g_variant_dict_init", LIBRARY_GLIB);
1391 	Linker.link(g_variant_dict_insert, "g_variant_dict_insert", LIBRARY_GLIB);
1392 	Linker.link(g_variant_dict_insert_value, "g_variant_dict_insert_value", LIBRARY_GLIB);
1393 	Linker.link(g_variant_dict_lookup, "g_variant_dict_lookup", LIBRARY_GLIB);
1394 	Linker.link(g_variant_dict_lookup_value, "g_variant_dict_lookup_value", LIBRARY_GLIB);
1395 	Linker.link(g_variant_dict_ref, "g_variant_dict_ref", LIBRARY_GLIB);
1396 	Linker.link(g_variant_dict_remove, "g_variant_dict_remove", LIBRARY_GLIB);
1397 	Linker.link(g_variant_dict_unref, "g_variant_dict_unref", LIBRARY_GLIB);
1398 
1399 	// glib.VariantIter
1400 
1401 	Linker.link(g_variant_iter_copy, "g_variant_iter_copy", LIBRARY_GLIB);
1402 	Linker.link(g_variant_iter_free, "g_variant_iter_free", LIBRARY_GLIB);
1403 	Linker.link(g_variant_iter_init, "g_variant_iter_init", LIBRARY_GLIB);
1404 	Linker.link(g_variant_iter_loop, "g_variant_iter_loop", LIBRARY_GLIB);
1405 	Linker.link(g_variant_iter_n_children, "g_variant_iter_n_children", LIBRARY_GLIB);
1406 	Linker.link(g_variant_iter_next, "g_variant_iter_next", LIBRARY_GLIB);
1407 	Linker.link(g_variant_iter_next_value, "g_variant_iter_next_value", LIBRARY_GLIB);
1408 
1409 	// glib.VariantType
1410 
1411 	Linker.link(g_variant_type_new, "g_variant_type_new", LIBRARY_GLIB);
1412 	Linker.link(g_variant_type_new_array, "g_variant_type_new_array", LIBRARY_GLIB);
1413 	Linker.link(g_variant_type_new_dict_entry, "g_variant_type_new_dict_entry", LIBRARY_GLIB);
1414 	Linker.link(g_variant_type_new_maybe, "g_variant_type_new_maybe", LIBRARY_GLIB);
1415 	Linker.link(g_variant_type_new_tuple, "g_variant_type_new_tuple", LIBRARY_GLIB);
1416 	Linker.link(g_variant_type_copy, "g_variant_type_copy", LIBRARY_GLIB);
1417 	Linker.link(g_variant_type_dup_string, "g_variant_type_dup_string", LIBRARY_GLIB);
1418 	Linker.link(g_variant_type_element, "g_variant_type_element", LIBRARY_GLIB);
1419 	Linker.link(g_variant_type_equal, "g_variant_type_equal", LIBRARY_GLIB);
1420 	Linker.link(g_variant_type_first, "g_variant_type_first", LIBRARY_GLIB);
1421 	Linker.link(g_variant_type_free, "g_variant_type_free", LIBRARY_GLIB);
1422 	Linker.link(g_variant_type_get_string_length, "g_variant_type_get_string_length", LIBRARY_GLIB);
1423 	Linker.link(g_variant_type_hash, "g_variant_type_hash", LIBRARY_GLIB);
1424 	Linker.link(g_variant_type_is_array, "g_variant_type_is_array", LIBRARY_GLIB);
1425 	Linker.link(g_variant_type_is_basic, "g_variant_type_is_basic", LIBRARY_GLIB);
1426 	Linker.link(g_variant_type_is_container, "g_variant_type_is_container", LIBRARY_GLIB);
1427 	Linker.link(g_variant_type_is_definite, "g_variant_type_is_definite", LIBRARY_GLIB);
1428 	Linker.link(g_variant_type_is_dict_entry, "g_variant_type_is_dict_entry", LIBRARY_GLIB);
1429 	Linker.link(g_variant_type_is_maybe, "g_variant_type_is_maybe", LIBRARY_GLIB);
1430 	Linker.link(g_variant_type_is_subtype_of, "g_variant_type_is_subtype_of", LIBRARY_GLIB);
1431 	Linker.link(g_variant_type_is_tuple, "g_variant_type_is_tuple", LIBRARY_GLIB);
1432 	Linker.link(g_variant_type_is_variant, "g_variant_type_is_variant", LIBRARY_GLIB);
1433 	Linker.link(g_variant_type_key, "g_variant_type_key", LIBRARY_GLIB);
1434 	Linker.link(g_variant_type_n_items, "g_variant_type_n_items", LIBRARY_GLIB);
1435 	Linker.link(g_variant_type_next, "g_variant_type_next", LIBRARY_GLIB);
1436 	Linker.link(g_variant_type_peek_string, "g_variant_type_peek_string", LIBRARY_GLIB);
1437 	Linker.link(g_variant_type_value, "g_variant_type_value", LIBRARY_GLIB);
1438 	Linker.link(g_variant_type_checked_, "g_variant_type_checked_", LIBRARY_GLIB);
1439 	Linker.link(g_variant_type_string_get_depth_, "g_variant_type_string_get_depth_", LIBRARY_GLIB);
1440 	Linker.link(g_variant_type_string_is_valid, "g_variant_type_string_is_valid", LIBRARY_GLIB);
1441 	Linker.link(g_variant_type_string_scan, "g_variant_type_string_scan", LIBRARY_GLIB);
1442 
1443 	// glib.Module
1444 
1445 	Linker.link(g_module_close, "g_module_close", LIBRARY_GLIB);
1446 	Linker.link(g_module_make_resident, "g_module_make_resident", LIBRARY_GLIB);
1447 	Linker.link(g_module_name, "g_module_name", LIBRARY_GLIB);
1448 	Linker.link(g_module_symbol, "g_module_symbol", LIBRARY_GLIB);
1449 	Linker.link(g_module_build_path, "g_module_build_path", LIBRARY_GLIB);
1450 	Linker.link(g_module_error, "g_module_error", LIBRARY_GLIB);
1451 	Linker.link(g_module_error_quark, "g_module_error_quark", LIBRARY_GLIB);
1452 	Linker.link(g_module_open, "g_module_open", LIBRARY_GLIB);
1453 	Linker.link(g_module_open_full, "g_module_open_full", LIBRARY_GLIB);
1454 	Linker.link(g_module_supported, "g_module_supported", LIBRARY_GLIB);
1455 
1456 	// glib.Base64
1457 
1458 	Linker.link(g_base64_decode_step, "g_base64_decode_step", LIBRARY_GLIB);
1459 	Linker.link(g_base64_decode_inplace, "g_base64_decode_inplace", LIBRARY_GLIB);
1460 	Linker.link(g_base64_decode, "g_base64_decode", LIBRARY_GLIB);
1461 	Linker.link(g_base64_encode, "g_base64_encode", LIBRARY_GLIB);
1462 	Linker.link(g_base64_encode_close, "g_base64_encode_close", LIBRARY_GLIB);
1463 	Linker.link(g_base64_encode_step, "g_base64_encode_step", LIBRARY_GLIB);
1464 
1465 	// glib.Idle
1466 
1467 	Linker.link(g_idle_add, "g_idle_add", LIBRARY_GLIB);
1468 	Linker.link(g_idle_add_full, "g_idle_add_full", LIBRARY_GLIB);
1469 	Linker.link(g_idle_remove_by_data, "g_idle_remove_by_data", LIBRARY_GLIB);
1470 	Linker.link(g_idle_source_new, "g_idle_source_new", LIBRARY_GLIB);
1471 
1472 	// glib.MemorySlice
1473 
1474 	Linker.link(g_slice_alloc, "g_slice_alloc", LIBRARY_GLIB);
1475 	Linker.link(g_slice_alloc0, "g_slice_alloc0", LIBRARY_GLIB);
1476 	Linker.link(g_slice_copy, "g_slice_copy", LIBRARY_GLIB);
1477 	Linker.link(g_slice_free1, "g_slice_free1", LIBRARY_GLIB);
1478 	Linker.link(g_slice_free_chain_with_offset, "g_slice_free_chain_with_offset", LIBRARY_GLIB);
1479 	Linker.link(g_slice_get_config, "g_slice_get_config", LIBRARY_GLIB);
1480 	Linker.link(g_slice_get_config_state, "g_slice_get_config_state", LIBRARY_GLIB);
1481 	Linker.link(g_slice_set_config, "g_slice_set_config", LIBRARY_GLIB);
1482 
1483 	// glib.Spawn
1484 
1485 	Linker.link(g_spawn_async, "g_spawn_async", LIBRARY_GLIB);
1486 	Linker.link(g_spawn_async_with_pipes, "g_spawn_async_with_pipes", LIBRARY_GLIB);
1487 	Linker.link(g_spawn_check_exit_status, "g_spawn_check_exit_status", LIBRARY_GLIB);
1488 	Linker.link(g_spawn_close_pid, "g_spawn_close_pid", LIBRARY_GLIB);
1489 	Linker.link(g_spawn_command_line_async, "g_spawn_command_line_async", LIBRARY_GLIB);
1490 	Linker.link(g_spawn_command_line_sync, "g_spawn_command_line_sync", LIBRARY_GLIB);
1491 	Linker.link(g_spawn_error_quark, "g_spawn_error_quark", LIBRARY_GLIB);
1492 	Linker.link(g_spawn_exit_error_quark, "g_spawn_exit_error_quark", LIBRARY_GLIB);
1493 	Linker.link(g_spawn_sync, "g_spawn_sync", LIBRARY_GLIB);
1494 	Linker.link(g_spawn_async_with_fds, "g_spawn_async_with_fds", LIBRARY_GLIB);
1495 
1496 	// glib.Str
1497 
1498 	Linker.link(g_ascii_digit_value, "g_ascii_digit_value", LIBRARY_GLIB);
1499 	Linker.link(g_ascii_dtostr, "g_ascii_dtostr", LIBRARY_GLIB);
1500 	Linker.link(g_ascii_formatd, "g_ascii_formatd", LIBRARY_GLIB);
1501 	Linker.link(g_ascii_strcasecmp, "g_ascii_strcasecmp", LIBRARY_GLIB);
1502 	Linker.link(g_ascii_strdown, "g_ascii_strdown", LIBRARY_GLIB);
1503 	Linker.link(g_ascii_strncasecmp, "g_ascii_strncasecmp", LIBRARY_GLIB);
1504 	Linker.link(g_ascii_strtod, "g_ascii_strtod", LIBRARY_GLIB);
1505 	Linker.link(g_ascii_strtoll, "g_ascii_strtoll", LIBRARY_GLIB);
1506 	Linker.link(g_ascii_strtoull, "g_ascii_strtoull", LIBRARY_GLIB);
1507 	Linker.link(g_ascii_strup, "g_ascii_strup", LIBRARY_GLIB);
1508 	Linker.link(g_ascii_tolower, "g_ascii_tolower", LIBRARY_GLIB);
1509 	Linker.link(g_ascii_toupper, "g_ascii_toupper", LIBRARY_GLIB);
1510 	Linker.link(g_ascii_xdigit_value, "g_ascii_xdigit_value", LIBRARY_GLIB);
1511 	Linker.link(g_printf, "g_printf", LIBRARY_GLIB);
1512 	Linker.link(g_printf_string_upper_bound, "g_printf_string_upper_bound", LIBRARY_GLIB);
1513 	Linker.link(g_snprintf, "g_snprintf", LIBRARY_GLIB);
1514 	Linker.link(g_sprintf, "g_sprintf", LIBRARY_GLIB);
1515 	Linker.link(g_stpcpy, "g_stpcpy", LIBRARY_GLIB);
1516 	Linker.link(g_str_has_prefix, "g_str_has_prefix", LIBRARY_GLIB);
1517 	Linker.link(g_str_has_suffix, "g_str_has_suffix", LIBRARY_GLIB);
1518 	Linker.link(g_str_is_ascii, "g_str_is_ascii", LIBRARY_GLIB);
1519 	Linker.link(g_str_match_string, "g_str_match_string", LIBRARY_GLIB);
1520 	Linker.link(g_str_to_ascii, "g_str_to_ascii", LIBRARY_GLIB);
1521 	Linker.link(g_str_tokenize_and_fold, "g_str_tokenize_and_fold", LIBRARY_GLIB);
1522 	Linker.link(g_strcanon, "g_strcanon", LIBRARY_GLIB);
1523 	Linker.link(g_strcasecmp, "g_strcasecmp", LIBRARY_GLIB);
1524 	Linker.link(g_strchomp, "g_strchomp", LIBRARY_GLIB);
1525 	Linker.link(g_strchug, "g_strchug", LIBRARY_GLIB);
1526 	Linker.link(g_strcmp0, "g_strcmp0", LIBRARY_GLIB);
1527 	Linker.link(g_strcompress, "g_strcompress", LIBRARY_GLIB);
1528 	Linker.link(g_strconcat, "g_strconcat", LIBRARY_GLIB);
1529 	Linker.link(g_strdelimit, "g_strdelimit", LIBRARY_GLIB);
1530 	Linker.link(g_strdown, "g_strdown", LIBRARY_GLIB);
1531 	Linker.link(g_strdup, "g_strdup", LIBRARY_GLIB);
1532 	Linker.link(g_strdup_printf, "g_strdup_printf", LIBRARY_GLIB);
1533 	Linker.link(g_strdup_vprintf, "g_strdup_vprintf", LIBRARY_GLIB);
1534 	Linker.link(g_strdupv, "g_strdupv", LIBRARY_GLIB);
1535 	Linker.link(g_strerror, "g_strerror", LIBRARY_GLIB);
1536 	Linker.link(g_strescape, "g_strescape", LIBRARY_GLIB);
1537 	Linker.link(g_strfreev, "g_strfreev", LIBRARY_GLIB);
1538 	Linker.link(g_strjoin, "g_strjoin", LIBRARY_GLIB);
1539 	Linker.link(g_strjoinv, "g_strjoinv", LIBRARY_GLIB);
1540 	Linker.link(g_strlcat, "g_strlcat", LIBRARY_GLIB);
1541 	Linker.link(g_strlcpy, "g_strlcpy", LIBRARY_GLIB);
1542 	Linker.link(g_strncasecmp, "g_strncasecmp", LIBRARY_GLIB);
1543 	Linker.link(g_strndup, "g_strndup", LIBRARY_GLIB);
1544 	Linker.link(g_strnfill, "g_strnfill", LIBRARY_GLIB);
1545 	Linker.link(g_strreverse, "g_strreverse", LIBRARY_GLIB);
1546 	Linker.link(g_strrstr, "g_strrstr", LIBRARY_GLIB);
1547 	Linker.link(g_strrstr_len, "g_strrstr_len", LIBRARY_GLIB);
1548 	Linker.link(g_strsignal, "g_strsignal", LIBRARY_GLIB);
1549 	Linker.link(g_strsplit, "g_strsplit", LIBRARY_GLIB);
1550 	Linker.link(g_strsplit_set, "g_strsplit_set", LIBRARY_GLIB);
1551 	Linker.link(g_strstr_len, "g_strstr_len", LIBRARY_GLIB);
1552 	Linker.link(g_strtod, "g_strtod", LIBRARY_GLIB);
1553 	Linker.link(g_strup, "g_strup", LIBRARY_GLIB);
1554 	Linker.link(g_strv_get_type, "g_strv_get_type", LIBRARY_GLIB);
1555 	Linker.link(g_strv_length, "g_strv_length", LIBRARY_GLIB);
1556 	Linker.link(g_strv_contains, "g_strv_contains", LIBRARY_GLIB);
1557 	Linker.link(g_vasprintf, "g_vasprintf", LIBRARY_GLIB);
1558 	Linker.link(g_vprintf, "g_vprintf", LIBRARY_GLIB);
1559 	Linker.link(g_vsnprintf, "g_vsnprintf", LIBRARY_GLIB);
1560 	Linker.link(g_vsprintf, "g_vsprintf", LIBRARY_GLIB);
1561 	Linker.link(g_fprintf, "g_fprintf", LIBRARY_GLIB);
1562 	Linker.link(g_vfprintf, "g_vfprintf", LIBRARY_GLIB);
1563 	Linker.link(g_ascii_string_to_signed, "g_ascii_string_to_signed", LIBRARY_GLIB);
1564 	Linker.link(g_ascii_string_to_unsigned, "g_ascii_string_to_unsigned", LIBRARY_GLIB);
1565 	Linker.link(g_strv_equal, "g_strv_equal", LIBRARY_GLIB);
1566 
1567 	// glib.Timeout
1568 
1569 	Linker.link(g_timeout_add, "g_timeout_add", LIBRARY_GLIB);
1570 	Linker.link(g_timeout_add_full, "g_timeout_add_full", LIBRARY_GLIB);
1571 	Linker.link(g_timeout_add_seconds, "g_timeout_add_seconds", LIBRARY_GLIB);
1572 	Linker.link(g_timeout_add_seconds_full, "g_timeout_add_seconds_full", LIBRARY_GLIB);
1573 	Linker.link(g_timeout_source_new, "g_timeout_source_new", LIBRARY_GLIB);
1574 	Linker.link(g_timeout_source_new_seconds, "g_timeout_source_new_seconds", LIBRARY_GLIB);
1575 
1576 	// glib.Util
1577 
1578 	Linker.link(g_build_filenamev, "g_build_filenamev", LIBRARY_GLIB);
1579 	Linker.link(g_build_pathv, "g_build_pathv", LIBRARY_GLIB);
1580 	Linker.link(g_atexit, "g_atexit", LIBRARY_GLIB);
1581 	Linker.link(g_basename, "g_basename", LIBRARY_GLIB);
1582 	Linker.link(g_bit_nth_lsf, "g_bit_nth_lsf", LIBRARY_GLIB);
1583 	Linker.link(g_bit_nth_msf, "g_bit_nth_msf", LIBRARY_GLIB);
1584 	Linker.link(g_bit_storage, "g_bit_storage", LIBRARY_GLIB);
1585 	Linker.link(g_build_path, "g_build_path", LIBRARY_GLIB);
1586 	Linker.link(g_environ_getenv, "g_environ_getenv", LIBRARY_GLIB);
1587 	Linker.link(g_environ_setenv, "g_environ_setenv", LIBRARY_GLIB);
1588 	Linker.link(g_environ_unsetenv, "g_environ_unsetenv", LIBRARY_GLIB);
1589 	Linker.link(g_find_program_in_path, "g_find_program_in_path", LIBRARY_GLIB);
1590 	Linker.link(g_format_size, "g_format_size", LIBRARY_GLIB);
1591 	Linker.link(g_format_size_for_display, "g_format_size_for_display", LIBRARY_GLIB);
1592 	Linker.link(g_format_size_full, "g_format_size_full", LIBRARY_GLIB);
1593 	Linker.link(g_get_application_name, "g_get_application_name", LIBRARY_GLIB);
1594 	Linker.link(g_get_environ, "g_get_environ", LIBRARY_GLIB);
1595 	Linker.link(g_get_current_dir, "g_get_current_dir", LIBRARY_GLIB);
1596 	Linker.link(g_get_home_dir, "g_get_home_dir", LIBRARY_GLIB);
1597 	Linker.link(g_get_host_name, "g_get_host_name", LIBRARY_GLIB);
1598 	Linker.link(g_get_prgname, "g_get_prgname", LIBRARY_GLIB);
1599 	Linker.link(g_get_real_name, "g_get_real_name", LIBRARY_GLIB);
1600 	Linker.link(g_get_system_config_dirs, "g_get_system_config_dirs", LIBRARY_GLIB);
1601 	Linker.link(g_get_system_data_dirs, "g_get_system_data_dirs", LIBRARY_GLIB);
1602 	Linker.link(g_get_tmp_dir, "g_get_tmp_dir", LIBRARY_GLIB);
1603 	Linker.link(g_get_user_cache_dir, "g_get_user_cache_dir", LIBRARY_GLIB);
1604 	Linker.link(g_get_user_config_dir, "g_get_user_config_dir", LIBRARY_GLIB);
1605 	Linker.link(g_get_user_data_dir, "g_get_user_data_dir", LIBRARY_GLIB);
1606 	Linker.link(g_get_user_name, "g_get_user_name", LIBRARY_GLIB);
1607 	Linker.link(g_get_user_runtime_dir, "g_get_user_runtime_dir", LIBRARY_GLIB);
1608 	Linker.link(g_get_user_special_dir, "g_get_user_special_dir", LIBRARY_GLIB);
1609 	Linker.link(g_getenv, "g_getenv", LIBRARY_GLIB);
1610 	Linker.link(g_listenv, "g_listenv", LIBRARY_GLIB);
1611 	Linker.link(g_nullify_pointer, "g_nullify_pointer", LIBRARY_GLIB);
1612 	Linker.link(g_parse_debug_string, "g_parse_debug_string", LIBRARY_GLIB);
1613 	Linker.link(g_path_get_basename, "g_path_get_basename", LIBRARY_GLIB);
1614 	Linker.link(g_path_get_dirname, "g_path_get_dirname", LIBRARY_GLIB);
1615 	Linker.link(g_path_is_absolute, "g_path_is_absolute", LIBRARY_GLIB);
1616 	Linker.link(g_path_skip_root, "g_path_skip_root", LIBRARY_GLIB);
1617 	Linker.link(g_qsort_with_data, "g_qsort_with_data", LIBRARY_GLIB);
1618 	Linker.link(g_reload_user_special_dirs_cache, "g_reload_user_special_dirs_cache", LIBRARY_GLIB);
1619 	Linker.link(g_set_application_name, "g_set_application_name", LIBRARY_GLIB);
1620 	Linker.link(g_set_prgname, "g_set_prgname", LIBRARY_GLIB);
1621 	Linker.link(g_setenv, "g_setenv", LIBRARY_GLIB);
1622 	Linker.link(g_spaced_primes_closest, "g_spaced_primes_closest", LIBRARY_GLIB);
1623 	Linker.link(g_unsetenv, "g_unsetenv", LIBRARY_GLIB);
1624 	Linker.link(g_canonicalize_filename, "g_canonicalize_filename", LIBRARY_GLIB);
1625 	Linker.link(g_get_os_info, "g_get_os_info", LIBRARY_GLIB);
1626 
1627 	// glib.Atomic
1628 
1629 	Linker.link(g_atomic_int_add, "g_atomic_int_add", LIBRARY_GLIB);
1630 	Linker.link(g_atomic_int_and, "g_atomic_int_and", LIBRARY_GLIB);
1631 	Linker.link(g_atomic_int_compare_and_exchange, "g_atomic_int_compare_and_exchange", LIBRARY_GLIB);
1632 	Linker.link(g_atomic_int_dec_and_test, "g_atomic_int_dec_and_test", LIBRARY_GLIB);
1633 	Linker.link(g_atomic_int_exchange_and_add, "g_atomic_int_exchange_and_add", LIBRARY_GLIB);
1634 	Linker.link(g_atomic_int_get, "g_atomic_int_get", LIBRARY_GLIB);
1635 	Linker.link(g_atomic_int_inc, "g_atomic_int_inc", LIBRARY_GLIB);
1636 	Linker.link(g_atomic_int_or, "g_atomic_int_or", LIBRARY_GLIB);
1637 	Linker.link(g_atomic_int_set, "g_atomic_int_set", LIBRARY_GLIB);
1638 	Linker.link(g_atomic_int_xor, "g_atomic_int_xor", LIBRARY_GLIB);
1639 	Linker.link(g_atomic_pointer_add, "g_atomic_pointer_add", LIBRARY_GLIB);
1640 	Linker.link(g_atomic_pointer_and, "g_atomic_pointer_and", LIBRARY_GLIB);
1641 	Linker.link(g_atomic_pointer_compare_and_exchange, "g_atomic_pointer_compare_and_exchange", LIBRARY_GLIB);
1642 	Linker.link(g_atomic_pointer_get, "g_atomic_pointer_get", LIBRARY_GLIB);
1643 	Linker.link(g_atomic_pointer_or, "g_atomic_pointer_or", LIBRARY_GLIB);
1644 	Linker.link(g_atomic_pointer_set, "g_atomic_pointer_set", LIBRARY_GLIB);
1645 	Linker.link(g_atomic_pointer_xor, "g_atomic_pointer_xor", LIBRARY_GLIB);
1646 
1647 	// glib.CharacterSet
1648 
1649 	Linker.link(g_convert, "g_convert", LIBRARY_GLIB);
1650 	Linker.link(g_convert_error_quark, "g_convert_error_quark", LIBRARY_GLIB);
1651 	Linker.link(g_convert_with_fallback, "g_convert_with_fallback", LIBRARY_GLIB);
1652 	Linker.link(g_convert_with_iconv, "g_convert_with_iconv", LIBRARY_GLIB);
1653 	Linker.link(g_filename_display_basename, "g_filename_display_basename", LIBRARY_GLIB);
1654 	Linker.link(g_filename_display_name, "g_filename_display_name", LIBRARY_GLIB);
1655 	Linker.link(g_filename_from_utf8, "g_filename_from_utf8", LIBRARY_GLIB);
1656 	Linker.link(g_filename_to_utf8, "g_filename_to_utf8", LIBRARY_GLIB);
1657 	Linker.link(g_get_charset, "g_get_charset", LIBRARY_GLIB);
1658 	Linker.link(g_get_codeset, "g_get_codeset", LIBRARY_GLIB);
1659 	Linker.link(g_get_filename_charsets, "g_get_filename_charsets", LIBRARY_GLIB);
1660 	Linker.link(g_locale_from_utf8, "g_locale_from_utf8", LIBRARY_GLIB);
1661 	Linker.link(g_locale_to_utf8, "g_locale_to_utf8", LIBRARY_GLIB);
1662 	Linker.link(g_get_language_names_with_category, "g_get_language_names_with_category", LIBRARY_GLIB);
1663 	Linker.link(g_get_console_charset, "g_get_console_charset", LIBRARY_GLIB);
1664 
1665 	// glib.Child
1666 
1667 	Linker.link(g_child_watch_add, "g_child_watch_add", LIBRARY_GLIB);
1668 	Linker.link(g_child_watch_add_full, "g_child_watch_add_full", LIBRARY_GLIB);
1669 	Linker.link(g_child_watch_source_new, "g_child_watch_source_new", LIBRARY_GLIB);
1670 
1671 	// glib.DataList
1672 
1673 	Linker.link(g_datalist_clear, "g_datalist_clear", LIBRARY_GLIB);
1674 	Linker.link(g_datalist_foreach, "g_datalist_foreach", LIBRARY_GLIB);
1675 	Linker.link(g_datalist_get_data, "g_datalist_get_data", LIBRARY_GLIB);
1676 	Linker.link(g_datalist_get_flags, "g_datalist_get_flags", LIBRARY_GLIB);
1677 	Linker.link(g_datalist_id_dup_data, "g_datalist_id_dup_data", LIBRARY_GLIB);
1678 	Linker.link(g_datalist_id_get_data, "g_datalist_id_get_data", LIBRARY_GLIB);
1679 	Linker.link(g_datalist_id_remove_no_notify, "g_datalist_id_remove_no_notify", LIBRARY_GLIB);
1680 	Linker.link(g_datalist_id_replace_data, "g_datalist_id_replace_data", LIBRARY_GLIB);
1681 	Linker.link(g_datalist_id_set_data_full, "g_datalist_id_set_data_full", LIBRARY_GLIB);
1682 	Linker.link(g_datalist_init, "g_datalist_init", LIBRARY_GLIB);
1683 	Linker.link(g_datalist_set_flags, "g_datalist_set_flags", LIBRARY_GLIB);
1684 	Linker.link(g_datalist_unset_flags, "g_datalist_unset_flags", LIBRARY_GLIB);
1685 
1686 	// glib.DataSet
1687 
1688 	Linker.link(g_dataset_destroy, "g_dataset_destroy", LIBRARY_GLIB);
1689 	Linker.link(g_dataset_foreach, "g_dataset_foreach", LIBRARY_GLIB);
1690 	Linker.link(g_dataset_id_get_data, "g_dataset_id_get_data", LIBRARY_GLIB);
1691 	Linker.link(g_dataset_id_remove_no_notify, "g_dataset_id_remove_no_notify", LIBRARY_GLIB);
1692 	Linker.link(g_dataset_id_set_data_full, "g_dataset_id_set_data_full", LIBRARY_GLIB);
1693 
1694 	// glib.FileUtils
1695 
1696 	Linker.link(g_access, "g_access", LIBRARY_GLIB);
1697 	Linker.link(g_chdir, "g_chdir", LIBRARY_GLIB);
1698 	Linker.link(g_close, "g_close", LIBRARY_GLIB);
1699 	Linker.link(g_file_error_from_errno, "g_file_error_from_errno", LIBRARY_GLIB);
1700 	Linker.link(g_file_error_quark, "g_file_error_quark", LIBRARY_GLIB);
1701 	Linker.link(g_file_get_contents, "g_file_get_contents", LIBRARY_GLIB);
1702 	Linker.link(g_file_open_tmp, "g_file_open_tmp", LIBRARY_GLIB);
1703 	Linker.link(g_file_read_link, "g_file_read_link", LIBRARY_GLIB);
1704 	Linker.link(g_file_set_contents, "g_file_set_contents", LIBRARY_GLIB);
1705 	Linker.link(g_file_test, "g_file_test", LIBRARY_GLIB);
1706 	Linker.link(g_mkdir_with_parents, "g_mkdir_with_parents", LIBRARY_GLIB);
1707 	Linker.link(g_mkdtemp, "g_mkdtemp", LIBRARY_GLIB);
1708 	Linker.link(g_mkdtemp_full, "g_mkdtemp_full", LIBRARY_GLIB);
1709 	Linker.link(g_mkstemp, "g_mkstemp", LIBRARY_GLIB);
1710 	Linker.link(g_mkstemp_full, "g_mkstemp_full", LIBRARY_GLIB);
1711 	Linker.link(g_rmdir, "g_rmdir", LIBRARY_GLIB);
1712 	Linker.link(g_unlink, "g_unlink", LIBRARY_GLIB);
1713 
1714 	// glib.Hostname
1715 
1716 	Linker.link(g_hostname_is_ascii_encoded, "g_hostname_is_ascii_encoded", LIBRARY_GLIB);
1717 	Linker.link(g_hostname_is_ip_address, "g_hostname_is_ip_address", LIBRARY_GLIB);
1718 	Linker.link(g_hostname_is_non_ascii, "g_hostname_is_non_ascii", LIBRARY_GLIB);
1719 	Linker.link(g_hostname_to_ascii, "g_hostname_to_ascii", LIBRARY_GLIB);
1720 	Linker.link(g_hostname_to_unicode, "g_hostname_to_unicode", LIBRARY_GLIB);
1721 
1722 	// glib.Internationalization
1723 
1724 	Linker.link(g_dcgettext, "g_dcgettext", LIBRARY_GLIB);
1725 	Linker.link(g_dgettext, "g_dgettext", LIBRARY_GLIB);
1726 	Linker.link(g_dngettext, "g_dngettext", LIBRARY_GLIB);
1727 	Linker.link(g_dpgettext, "g_dpgettext", LIBRARY_GLIB);
1728 	Linker.link(g_dpgettext2, "g_dpgettext2", LIBRARY_GLIB);
1729 	Linker.link(g_get_language_names, "g_get_language_names", LIBRARY_GLIB);
1730 	Linker.link(g_get_locale_variants, "g_get_locale_variants", LIBRARY_GLIB);
1731 	Linker.link(g_strip_context, "g_strip_context", LIBRARY_GLIB);
1732 
1733 	// glib.Memory
1734 
1735 	Linker.link(g_clear_pointer, "g_clear_pointer", LIBRARY_GLIB);
1736 	Linker.link(g_free, "g_free", LIBRARY_GLIB);
1737 	Linker.link(g_malloc, "g_malloc", LIBRARY_GLIB);
1738 	Linker.link(g_malloc0, "g_malloc0", LIBRARY_GLIB);
1739 	Linker.link(g_malloc0_n, "g_malloc0_n", LIBRARY_GLIB);
1740 	Linker.link(g_malloc_n, "g_malloc_n", LIBRARY_GLIB);
1741 	Linker.link(g_mem_is_system_malloc, "g_mem_is_system_malloc", LIBRARY_GLIB);
1742 	Linker.link(g_mem_profile, "g_mem_profile", LIBRARY_GLIB);
1743 	Linker.link(g_mem_set_vtable, "g_mem_set_vtable", LIBRARY_GLIB);
1744 	Linker.link(g_memdup, "g_memdup", LIBRARY_GLIB);
1745 	Linker.link(g_realloc, "g_realloc", LIBRARY_GLIB);
1746 	Linker.link(g_realloc_n, "g_realloc_n", LIBRARY_GLIB);
1747 	Linker.link(g_try_malloc, "g_try_malloc", LIBRARY_GLIB);
1748 	Linker.link(g_try_malloc0, "g_try_malloc0", LIBRARY_GLIB);
1749 	Linker.link(g_try_malloc0_n, "g_try_malloc0_n", LIBRARY_GLIB);
1750 	Linker.link(g_try_malloc_n, "g_try_malloc_n", LIBRARY_GLIB);
1751 	Linker.link(g_try_realloc, "g_try_realloc", LIBRARY_GLIB);
1752 	Linker.link(g_try_realloc_n, "g_try_realloc_n", LIBRARY_GLIB);
1753 
1754 	// glib.MessageLog
1755 
1756 	Linker.link(g_log, "g_log", LIBRARY_GLIB);
1757 	Linker.link(g_log_default_handler, "g_log_default_handler", LIBRARY_GLIB);
1758 	Linker.link(g_log_remove_handler, "g_log_remove_handler", LIBRARY_GLIB);
1759 	Linker.link(g_log_set_always_fatal, "g_log_set_always_fatal", LIBRARY_GLIB);
1760 	Linker.link(g_log_set_default_handler, "g_log_set_default_handler", LIBRARY_GLIB);
1761 	Linker.link(g_log_set_fatal_mask, "g_log_set_fatal_mask", LIBRARY_GLIB);
1762 	Linker.link(g_log_set_handler, "g_log_set_handler", LIBRARY_GLIB);
1763 	Linker.link(g_log_set_handler_full, "g_log_set_handler_full", LIBRARY_GLIB);
1764 	Linker.link(g_logv, "g_logv", LIBRARY_GLIB);
1765 
1766 	// glib.Messages
1767 
1768 	Linker.link(g_on_error_query, "g_on_error_query", LIBRARY_GLIB);
1769 	Linker.link(g_on_error_stack_trace, "g_on_error_stack_trace", LIBRARY_GLIB);
1770 	Linker.link(g_print, "g_print", LIBRARY_GLIB);
1771 	Linker.link(g_printerr, "g_printerr", LIBRARY_GLIB);
1772 	Linker.link(g_set_print_handler, "g_set_print_handler", LIBRARY_GLIB);
1773 	Linker.link(g_set_printerr_handler, "g_set_printerr_handler", LIBRARY_GLIB);
1774 
1775 	// glib.Quark
1776 
1777 	Linker.link(g_intern_static_string, "g_intern_static_string", LIBRARY_GLIB);
1778 	Linker.link(g_intern_string, "g_intern_string", LIBRARY_GLIB);
1779 	Linker.link(g_quark_from_static_string, "g_quark_from_static_string", LIBRARY_GLIB);
1780 	Linker.link(g_quark_from_string, "g_quark_from_string", LIBRARY_GLIB);
1781 	Linker.link(g_quark_to_string, "g_quark_to_string", LIBRARY_GLIB);
1782 	Linker.link(g_quark_try_string, "g_quark_try_string", LIBRARY_GLIB);
1783 
1784 	// glib.ShellUtils
1785 
1786 	Linker.link(g_shell_error_quark, "g_shell_error_quark", LIBRARY_GLIB);
1787 	Linker.link(g_shell_parse_argv, "g_shell_parse_argv", LIBRARY_GLIB);
1788 	Linker.link(g_shell_quote, "g_shell_quote", LIBRARY_GLIB);
1789 	Linker.link(g_shell_unquote, "g_shell_unquote", LIBRARY_GLIB);
1790 
1791 	// glib.Unicode
1792 
1793 	Linker.link(g_ucs4_to_utf16, "g_ucs4_to_utf16", LIBRARY_GLIB);
1794 	Linker.link(g_ucs4_to_utf8, "g_ucs4_to_utf8", LIBRARY_GLIB);
1795 	Linker.link(g_unichar_break_type, "g_unichar_break_type", LIBRARY_GLIB);
1796 	Linker.link(g_unichar_combining_class, "g_unichar_combining_class", LIBRARY_GLIB);
1797 	Linker.link(g_unichar_compose, "g_unichar_compose", LIBRARY_GLIB);
1798 	Linker.link(g_unichar_decompose, "g_unichar_decompose", LIBRARY_GLIB);
1799 	Linker.link(g_unichar_digit_value, "g_unichar_digit_value", LIBRARY_GLIB);
1800 	Linker.link(g_unichar_fully_decompose, "g_unichar_fully_decompose", LIBRARY_GLIB);
1801 	Linker.link(g_unichar_get_mirror_char, "g_unichar_get_mirror_char", LIBRARY_GLIB);
1802 	Linker.link(g_unichar_get_script, "g_unichar_get_script", LIBRARY_GLIB);
1803 	Linker.link(g_unichar_isalnum, "g_unichar_isalnum", LIBRARY_GLIB);
1804 	Linker.link(g_unichar_isalpha, "g_unichar_isalpha", LIBRARY_GLIB);
1805 	Linker.link(g_unichar_iscntrl, "g_unichar_iscntrl", LIBRARY_GLIB);
1806 	Linker.link(g_unichar_isdefined, "g_unichar_isdefined", LIBRARY_GLIB);
1807 	Linker.link(g_unichar_isdigit, "g_unichar_isdigit", LIBRARY_GLIB);
1808 	Linker.link(g_unichar_isgraph, "g_unichar_isgraph", LIBRARY_GLIB);
1809 	Linker.link(g_unichar_islower, "g_unichar_islower", LIBRARY_GLIB);
1810 	Linker.link(g_unichar_ismark, "g_unichar_ismark", LIBRARY_GLIB);
1811 	Linker.link(g_unichar_isprint, "g_unichar_isprint", LIBRARY_GLIB);
1812 	Linker.link(g_unichar_ispunct, "g_unichar_ispunct", LIBRARY_GLIB);
1813 	Linker.link(g_unichar_isspace, "g_unichar_isspace", LIBRARY_GLIB);
1814 	Linker.link(g_unichar_istitle, "g_unichar_istitle", LIBRARY_GLIB);
1815 	Linker.link(g_unichar_isupper, "g_unichar_isupper", LIBRARY_GLIB);
1816 	Linker.link(g_unichar_iswide, "g_unichar_iswide", LIBRARY_GLIB);
1817 	Linker.link(g_unichar_iswide_cjk, "g_unichar_iswide_cjk", LIBRARY_GLIB);
1818 	Linker.link(g_unichar_isxdigit, "g_unichar_isxdigit", LIBRARY_GLIB);
1819 	Linker.link(g_unichar_iszerowidth, "g_unichar_iszerowidth", LIBRARY_GLIB);
1820 	Linker.link(g_unichar_to_utf8, "g_unichar_to_utf8", LIBRARY_GLIB);
1821 	Linker.link(g_unichar_tolower, "g_unichar_tolower", LIBRARY_GLIB);
1822 	Linker.link(g_unichar_totitle, "g_unichar_totitle", LIBRARY_GLIB);
1823 	Linker.link(g_unichar_toupper, "g_unichar_toupper", LIBRARY_GLIB);
1824 	Linker.link(g_unichar_type, "g_unichar_type", LIBRARY_GLIB);
1825 	Linker.link(g_unichar_validate, "g_unichar_validate", LIBRARY_GLIB);
1826 	Linker.link(g_unichar_xdigit_value, "g_unichar_xdigit_value", LIBRARY_GLIB);
1827 	Linker.link(g_unicode_canonical_decomposition, "g_unicode_canonical_decomposition", LIBRARY_GLIB);
1828 	Linker.link(g_unicode_canonical_ordering, "g_unicode_canonical_ordering", LIBRARY_GLIB);
1829 	Linker.link(g_unicode_script_from_iso15924, "g_unicode_script_from_iso15924", LIBRARY_GLIB);
1830 	Linker.link(g_unicode_script_to_iso15924, "g_unicode_script_to_iso15924", LIBRARY_GLIB);
1831 	Linker.link(g_utf16_to_ucs4, "g_utf16_to_ucs4", LIBRARY_GLIB);
1832 	Linker.link(g_utf16_to_utf8, "g_utf16_to_utf8", LIBRARY_GLIB);
1833 	Linker.link(g_utf8_casefold, "g_utf8_casefold", LIBRARY_GLIB);
1834 	Linker.link(g_utf8_collate, "g_utf8_collate", LIBRARY_GLIB);
1835 	Linker.link(g_utf8_collate_key, "g_utf8_collate_key", LIBRARY_GLIB);
1836 	Linker.link(g_utf8_collate_key_for_filename, "g_utf8_collate_key_for_filename", LIBRARY_GLIB);
1837 	Linker.link(g_utf8_find_next_char, "g_utf8_find_next_char", LIBRARY_GLIB);
1838 	Linker.link(g_utf8_find_prev_char, "g_utf8_find_prev_char", LIBRARY_GLIB);
1839 	Linker.link(g_utf8_get_char, "g_utf8_get_char", LIBRARY_GLIB);
1840 	Linker.link(g_utf8_get_char_validated, "g_utf8_get_char_validated", LIBRARY_GLIB);
1841 	Linker.link(g_utf8_normalize, "g_utf8_normalize", LIBRARY_GLIB);
1842 	Linker.link(g_utf8_offset_to_pointer, "g_utf8_offset_to_pointer", LIBRARY_GLIB);
1843 	Linker.link(g_utf8_pointer_to_offset, "g_utf8_pointer_to_offset", LIBRARY_GLIB);
1844 	Linker.link(g_utf8_prev_char, "g_utf8_prev_char", LIBRARY_GLIB);
1845 	Linker.link(g_utf8_strchr, "g_utf8_strchr", LIBRARY_GLIB);
1846 	Linker.link(g_utf8_strdown, "g_utf8_strdown", LIBRARY_GLIB);
1847 	Linker.link(g_utf8_strlen, "g_utf8_strlen", LIBRARY_GLIB);
1848 	Linker.link(g_utf8_strncpy, "g_utf8_strncpy", LIBRARY_GLIB);
1849 	Linker.link(g_utf8_strrchr, "g_utf8_strrchr", LIBRARY_GLIB);
1850 	Linker.link(g_utf8_strreverse, "g_utf8_strreverse", LIBRARY_GLIB);
1851 	Linker.link(g_utf8_strup, "g_utf8_strup", LIBRARY_GLIB);
1852 	Linker.link(g_utf8_substring, "g_utf8_substring", LIBRARY_GLIB);
1853 	Linker.link(g_utf8_to_ucs4, "g_utf8_to_ucs4", LIBRARY_GLIB);
1854 	Linker.link(g_utf8_to_ucs4_fast, "g_utf8_to_ucs4_fast", LIBRARY_GLIB);
1855 	Linker.link(g_utf8_to_utf16, "g_utf8_to_utf16", LIBRARY_GLIB);
1856 	Linker.link(g_utf8_validate, "g_utf8_validate", LIBRARY_GLIB);
1857 	Linker.link(g_utf8_make_valid, "g_utf8_make_valid", LIBRARY_GLIB);
1858 	Linker.link(g_utf8_validate_len, "g_utf8_validate_len", LIBRARY_GLIB);
1859 
1860 	// glib.UnixUtils
1861 
1862 	Linker.link(g_unix_error_quark, "g_unix_error_quark", LIBRARY_GLIB);
1863 	Linker.link(g_unix_fd_add, "g_unix_fd_add", LIBRARY_GLIB);
1864 	Linker.link(g_unix_fd_add_full, "g_unix_fd_add_full", LIBRARY_GLIB);
1865 	Linker.link(g_unix_fd_source_new, "g_unix_fd_source_new", LIBRARY_GLIB);
1866 	Linker.link(g_unix_open_pipe, "g_unix_open_pipe", LIBRARY_GLIB);
1867 	Linker.link(g_unix_set_fd_nonblocking, "g_unix_set_fd_nonblocking", LIBRARY_GLIB);
1868 	Linker.link(g_unix_signal_add, "g_unix_signal_add", LIBRARY_GLIB);
1869 	Linker.link(g_unix_signal_add_full, "g_unix_signal_add_full", LIBRARY_GLIB);
1870 	Linker.link(g_unix_signal_source_new, "g_unix_signal_source_new", LIBRARY_GLIB);
1871 
1872 	// glib.URI
1873 
1874 	Linker.link(g_filename_from_uri, "g_filename_from_uri", LIBRARY_GLIB);
1875 	Linker.link(g_filename_to_uri, "g_filename_to_uri", LIBRARY_GLIB);
1876 
1877 	// glib.Uuid
1878 
1879 	Linker.link(g_uuid_string_is_valid, "g_uuid_string_is_valid", LIBRARY_GLIB);
1880 	Linker.link(g_uuid_string_random, "g_uuid_string_random", LIBRARY_GLIB);
1881 
1882 	// glib.Version
1883 
1884 	Linker.link(glib_check_version, "glib_check_version", LIBRARY_GLIB);
1885 
1886 	version(Win64)
1887 	{
1888 		Linker.link(g_module_name, "g_module_name_uft8", LIBRARY_GLIB);
1889 		Linker.link(g_module_open, "g_module_open_utf8", LIBRARY_GLIB);
1890 	}
1891 }
1892 
1893 __gshared extern(C)
1894 {
1895 
1896 	// glib.ArrayG
1897 
1898 	GArray* function(GArray* array, void* data, uint len) c_g_array_append_vals;
1899 	int function(GArray* array, void* target, GCompareFunc compareFunc, uint* outMatchIndex) c_g_array_binary_search;
1900 	GArray* function(GArray* array) c_g_array_copy;
1901 	char* function(GArray* array, int freeSegment) c_g_array_free;
1902 	uint function(GArray* array) c_g_array_get_element_size;
1903 	GArray* function(GArray* array, uint index, void* data, uint len) c_g_array_insert_vals;
1904 	GArray* function(int zeroTerminated, int clear, uint elementSize) c_g_array_new;
1905 	GArray* function(GArray* array, void* data, uint len) c_g_array_prepend_vals;
1906 	GArray* function(GArray* array) c_g_array_ref;
1907 	GArray* function(GArray* array, uint index) c_g_array_remove_index;
1908 	GArray* function(GArray* array, uint index) c_g_array_remove_index_fast;
1909 	GArray* function(GArray* array, uint index, uint length) c_g_array_remove_range;
1910 	void function(GArray* array, GDestroyNotify clearFunc) c_g_array_set_clear_func;
1911 	GArray* function(GArray* array, uint length) c_g_array_set_size;
1912 	GArray* function(int zeroTerminated, int clear, uint elementSize, uint reservedSize) c_g_array_sized_new;
1913 	void function(GArray* array, GCompareFunc compareFunc) c_g_array_sort;
1914 	void function(GArray* array, GCompareDataFunc compareFunc, void* userData) c_g_array_sort_with_data;
1915 	void* function(GArray* array, size_t* len) c_g_array_steal;
1916 	void function(GArray* array) c_g_array_unref;
1917 
1918 	// glib.AsyncQueue
1919 
1920 	int function(GAsyncQueue* queue) c_g_async_queue_length;
1921 	int function(GAsyncQueue* queue) c_g_async_queue_length_unlocked;
1922 	void function(GAsyncQueue* queue) c_g_async_queue_lock;
1923 	void* function(GAsyncQueue* queue) c_g_async_queue_pop;
1924 	void* function(GAsyncQueue* queue) c_g_async_queue_pop_unlocked;
1925 	void function(GAsyncQueue* queue, void* data) c_g_async_queue_push;
1926 	void function(GAsyncQueue* queue, void* item) c_g_async_queue_push_front;
1927 	void function(GAsyncQueue* queue, void* item) c_g_async_queue_push_front_unlocked;
1928 	void function(GAsyncQueue* queue, void* data, GCompareDataFunc func, void* userData) c_g_async_queue_push_sorted;
1929 	void function(GAsyncQueue* queue, void* data, GCompareDataFunc func, void* userData) c_g_async_queue_push_sorted_unlocked;
1930 	void function(GAsyncQueue* queue, void* data) c_g_async_queue_push_unlocked;
1931 	GAsyncQueue* function(GAsyncQueue* queue) c_g_async_queue_ref;
1932 	void function(GAsyncQueue* queue) c_g_async_queue_ref_unlocked;
1933 	int function(GAsyncQueue* queue, void* item) c_g_async_queue_remove;
1934 	int function(GAsyncQueue* queue, void* item) c_g_async_queue_remove_unlocked;
1935 	void function(GAsyncQueue* queue, GCompareDataFunc func, void* userData) c_g_async_queue_sort;
1936 	void function(GAsyncQueue* queue, GCompareDataFunc func, void* userData) c_g_async_queue_sort_unlocked;
1937 	void* function(GAsyncQueue* queue, GTimeVal* endTime) c_g_async_queue_timed_pop;
1938 	void* function(GAsyncQueue* queue, GTimeVal* endTime) c_g_async_queue_timed_pop_unlocked;
1939 	void* function(GAsyncQueue* queue, ulong timeout) c_g_async_queue_timeout_pop;
1940 	void* function(GAsyncQueue* queue, ulong timeout) c_g_async_queue_timeout_pop_unlocked;
1941 	void* function(GAsyncQueue* queue) c_g_async_queue_try_pop;
1942 	void* function(GAsyncQueue* queue) c_g_async_queue_try_pop_unlocked;
1943 	void function(GAsyncQueue* queue) c_g_async_queue_unlock;
1944 	void function(GAsyncQueue* queue) c_g_async_queue_unref;
1945 	void function(GAsyncQueue* queue) c_g_async_queue_unref_and_unlock;
1946 	GAsyncQueue* function() c_g_async_queue_new;
1947 	GAsyncQueue* function(GDestroyNotify itemFreeFunc) c_g_async_queue_new_full;
1948 
1949 	// glib.BookmarkFile
1950 
1951 	void function(GBookmarkFile* bookmark, const(char)* uri, const(char)* name, const(char)* exec) c_g_bookmark_file_add_application;
1952 	void function(GBookmarkFile* bookmark, const(char)* uri, const(char)* group) c_g_bookmark_file_add_group;
1953 	void function(GBookmarkFile* bookmark) c_g_bookmark_file_free;
1954 	uint function(GBookmarkFile* bookmark, const(char)* uri, GError** err) c_g_bookmark_file_get_added;
1955 	GDateTime* function(GBookmarkFile* bookmark, const(char)* uri, GError** err) c_g_bookmark_file_get_added_date_time;
1956 	int function(GBookmarkFile* bookmark, const(char)* uri, const(char)* name, char** exec, uint* count, uint* stamp, GError** err) c_g_bookmark_file_get_app_info;
1957 	int function(GBookmarkFile* bookmark, const(char)* uri, const(char)* name, char** exec, uint* count, GDateTime** stamp, GError** err) c_g_bookmark_file_get_application_info;
1958 	char** function(GBookmarkFile* bookmark, const(char)* uri, size_t* length, GError** err) c_g_bookmark_file_get_applications;
1959 	char* function(GBookmarkFile* bookmark, const(char)* uri, GError** err) c_g_bookmark_file_get_description;
1960 	char** function(GBookmarkFile* bookmark, const(char)* uri, size_t* length, GError** err) c_g_bookmark_file_get_groups;
1961 	int function(GBookmarkFile* bookmark, const(char)* uri, char** href, char** mimeType, GError** err) c_g_bookmark_file_get_icon;
1962 	int function(GBookmarkFile* bookmark, const(char)* uri, GError** err) c_g_bookmark_file_get_is_private;
1963 	char* function(GBookmarkFile* bookmark, const(char)* uri, GError** err) c_g_bookmark_file_get_mime_type;
1964 	uint function(GBookmarkFile* bookmark, const(char)* uri, GError** err) c_g_bookmark_file_get_modified;
1965 	GDateTime* function(GBookmarkFile* bookmark, const(char)* uri, GError** err) c_g_bookmark_file_get_modified_date_time;
1966 	int function(GBookmarkFile* bookmark) c_g_bookmark_file_get_size;
1967 	char* function(GBookmarkFile* bookmark, const(char)* uri, GError** err) c_g_bookmark_file_get_title;
1968 	char** function(GBookmarkFile* bookmark, size_t* length) c_g_bookmark_file_get_uris;
1969 	uint function(GBookmarkFile* bookmark, const(char)* uri, GError** err) c_g_bookmark_file_get_visited;
1970 	GDateTime* function(GBookmarkFile* bookmark, const(char)* uri, GError** err) c_g_bookmark_file_get_visited_date_time;
1971 	int function(GBookmarkFile* bookmark, const(char)* uri, const(char)* name, GError** err) c_g_bookmark_file_has_application;
1972 	int function(GBookmarkFile* bookmark, const(char)* uri, const(char)* group, GError** err) c_g_bookmark_file_has_group;
1973 	int function(GBookmarkFile* bookmark, const(char)* uri) c_g_bookmark_file_has_item;
1974 	int function(GBookmarkFile* bookmark, char* data, size_t length, GError** err) c_g_bookmark_file_load_from_data;
1975 	int function(GBookmarkFile* bookmark, char* file, char** fullPath, GError** err) c_g_bookmark_file_load_from_data_dirs;
1976 	int function(GBookmarkFile* bookmark, char* filename, GError** err) c_g_bookmark_file_load_from_file;
1977 	int function(GBookmarkFile* bookmark, const(char)* oldUri, const(char)* newUri, GError** err) c_g_bookmark_file_move_item;
1978 	int function(GBookmarkFile* bookmark, const(char)* uri, const(char)* name, GError** err) c_g_bookmark_file_remove_application;
1979 	int function(GBookmarkFile* bookmark, const(char)* uri, const(char)* group, GError** err) c_g_bookmark_file_remove_group;
1980 	int function(GBookmarkFile* bookmark, const(char)* uri, GError** err) c_g_bookmark_file_remove_item;
1981 	void function(GBookmarkFile* bookmark, const(char)* uri, uint added) c_g_bookmark_file_set_added;
1982 	void function(GBookmarkFile* bookmark, const(char)* uri, GDateTime* added) c_g_bookmark_file_set_added_date_time;
1983 	int function(GBookmarkFile* bookmark, const(char)* uri, const(char)* name, const(char)* exec, int count, uint stamp, GError** err) c_g_bookmark_file_set_app_info;
1984 	int function(GBookmarkFile* bookmark, const(char)* uri, const(char)* name, const(char)* exec, int count, GDateTime* stamp, GError** err) c_g_bookmark_file_set_application_info;
1985 	void function(GBookmarkFile* bookmark, const(char)* uri, const(char)* description) c_g_bookmark_file_set_description;
1986 	void function(GBookmarkFile* bookmark, const(char)* uri, char** groups, size_t length) c_g_bookmark_file_set_groups;
1987 	void function(GBookmarkFile* bookmark, const(char)* uri, const(char)* href, const(char)* mimeType) c_g_bookmark_file_set_icon;
1988 	void function(GBookmarkFile* bookmark, const(char)* uri, int isPrivate) c_g_bookmark_file_set_is_private;
1989 	void function(GBookmarkFile* bookmark, const(char)* uri, const(char)* mimeType) c_g_bookmark_file_set_mime_type;
1990 	void function(GBookmarkFile* bookmark, const(char)* uri, uint modified) c_g_bookmark_file_set_modified;
1991 	void function(GBookmarkFile* bookmark, const(char)* uri, GDateTime* modified) c_g_bookmark_file_set_modified_date_time;
1992 	void function(GBookmarkFile* bookmark, const(char)* uri, const(char)* title) c_g_bookmark_file_set_title;
1993 	void function(GBookmarkFile* bookmark, const(char)* uri, uint visited) c_g_bookmark_file_set_visited;
1994 	void function(GBookmarkFile* bookmark, const(char)* uri, GDateTime* visited) c_g_bookmark_file_set_visited_date_time;
1995 	char* function(GBookmarkFile* bookmark, size_t* length, GError** err) c_g_bookmark_file_to_data;
1996 	int function(GBookmarkFile* bookmark, char* filename, GError** err) c_g_bookmark_file_to_file;
1997 	GQuark function() c_g_bookmark_file_error_quark;
1998 	GBookmarkFile* function() c_g_bookmark_file_new;
1999 
2000 	// glib.ByteArray
2001 
2002 	GByteArray* function(GByteArray* array, ubyte* data, uint len) c_g_byte_array_append;
2003 	ubyte* function(GByteArray* array, int freeSegment) c_g_byte_array_free;
2004 	GBytes* function(GByteArray* array) c_g_byte_array_free_to_bytes;
2005 	GByteArray* function() c_g_byte_array_new;
2006 	GByteArray* function(ubyte* data, size_t len) c_g_byte_array_new_take;
2007 	GByteArray* function(GByteArray* array, ubyte* data, uint len) c_g_byte_array_prepend;
2008 	GByteArray* function(GByteArray* array) c_g_byte_array_ref;
2009 	GByteArray* function(GByteArray* array, uint index) c_g_byte_array_remove_index;
2010 	GByteArray* function(GByteArray* array, uint index) c_g_byte_array_remove_index_fast;
2011 	GByteArray* function(GByteArray* array, uint index, uint length) c_g_byte_array_remove_range;
2012 	GByteArray* function(GByteArray* array, uint length) c_g_byte_array_set_size;
2013 	GByteArray* function(uint reservedSize) c_g_byte_array_sized_new;
2014 	void function(GByteArray* array, GCompareFunc compareFunc) c_g_byte_array_sort;
2015 	void function(GByteArray* array, GCompareDataFunc compareFunc, void* userData) c_g_byte_array_sort_with_data;
2016 	ubyte* function(GByteArray* array, size_t* len) c_g_byte_array_steal;
2017 	void function(GByteArray* array) c_g_byte_array_unref;
2018 
2019 	// glib.Bytes
2020 
2021 	GBytes* function(void* data, size_t size) c_g_bytes_new;
2022 	GBytes* function(void* data, size_t size) c_g_bytes_new_static;
2023 	GBytes* function(void* data, size_t size) c_g_bytes_new_take;
2024 	GBytes* function(void* data, size_t size, GDestroyNotify freeFunc, void* userData) c_g_bytes_new_with_free_func;
2025 	int function(void* bytes1, void* bytes2) c_g_bytes_compare;
2026 	int function(void* bytes1, void* bytes2) c_g_bytes_equal;
2027 	void* function(GBytes* bytes, size_t* size) c_g_bytes_get_data;
2028 	void* function(GBytes* bytes, size_t elementSize, size_t offset, size_t nElements) c_g_bytes_get_region;
2029 	size_t function(GBytes* bytes) c_g_bytes_get_size;
2030 	uint function(void* bytes) c_g_bytes_hash;
2031 	GBytes* function(GBytes* bytes, size_t offset, size_t length) c_g_bytes_new_from_bytes;
2032 	GBytes* function(GBytes* bytes) c_g_bytes_ref;
2033 	void function(GBytes* bytes) c_g_bytes_unref;
2034 	GByteArray* function(GBytes* bytes) c_g_bytes_unref_to_array;
2035 	void* function(GBytes* bytes, size_t* size) c_g_bytes_unref_to_data;
2036 
2037 	// glib.Checksum
2038 
2039 	GChecksum* function(GChecksumType checksumType) c_g_checksum_new;
2040 	GChecksum* function(GChecksum* checksum) c_g_checksum_copy;
2041 	void function(GChecksum* checksum) c_g_checksum_free;
2042 	void function(GChecksum* checksum, ubyte* buffer, size_t* digestLen) c_g_checksum_get_digest;
2043 	const(char)* function(GChecksum* checksum) c_g_checksum_get_string;
2044 	void function(GChecksum* checksum) c_g_checksum_reset;
2045 	void function(GChecksum* checksum, char* data, ptrdiff_t length) c_g_checksum_update;
2046 	ptrdiff_t function(GChecksumType checksumType) c_g_checksum_type_get_length;
2047 	char* function(GChecksumType checksumType, GBytes* data) c_g_compute_checksum_for_bytes;
2048 	char* function(GChecksumType checksumType, char* data, size_t length) c_g_compute_checksum_for_data;
2049 	char* function(GChecksumType checksumType, const(char)* str, ptrdiff_t length) c_g_compute_checksum_for_string;
2050 
2051 	// glib.Cond
2052 
2053 	void function(GCond* cond) c_g_cond_broadcast;
2054 	void function(GCond* cond) c_g_cond_clear;
2055 	void function(GCond* cond) c_g_cond_init;
2056 	void function(GCond* cond) c_g_cond_signal;
2057 	void function(GCond* cond, GMutex* mutex) c_g_cond_wait;
2058 	int function(GCond* cond, GMutex* mutex, long endTime) c_g_cond_wait_until;
2059 
2060 	// glib.Date
2061 
2062 	GDate* function() c_g_date_new;
2063 	GDate* function(GDateDay day, GDateMonth month, GDateYear year) c_g_date_new_dmy;
2064 	GDate* function(uint julianDay) c_g_date_new_julian;
2065 	void function(GDate* date, uint nDays) c_g_date_add_days;
2066 	void function(GDate* date, uint nMonths) c_g_date_add_months;
2067 	void function(GDate* date, uint nYears) c_g_date_add_years;
2068 	void function(GDate* date, GDate* minDate, GDate* maxDate) c_g_date_clamp;
2069 	void function(GDate* date, uint nDates) c_g_date_clear;
2070 	int function(GDate* lhs, GDate* rhs) c_g_date_compare;
2071 	GDate* function(GDate* date) c_g_date_copy;
2072 	int function(GDate* date1, GDate* date2) c_g_date_days_between;
2073 	void function(GDate* date) c_g_date_free;
2074 	GDateDay function(GDate* date) c_g_date_get_day;
2075 	uint function(GDate* date) c_g_date_get_day_of_year;
2076 	uint function(GDate* date) c_g_date_get_iso8601_week_of_year;
2077 	uint function(GDate* date) c_g_date_get_julian;
2078 	uint function(GDate* date) c_g_date_get_monday_week_of_year;
2079 	GDateMonth function(GDate* date) c_g_date_get_month;
2080 	uint function(GDate* date) c_g_date_get_sunday_week_of_year;
2081 	GDateWeekday function(GDate* date) c_g_date_get_weekday;
2082 	GDateYear function(GDate* date) c_g_date_get_year;
2083 	int function(GDate* date) c_g_date_is_first_of_month;
2084 	int function(GDate* date) c_g_date_is_last_of_month;
2085 	void function(GDate* date1, GDate* date2) c_g_date_order;
2086 	void function(GDate* date, GDateDay day) c_g_date_set_day;
2087 	void function(GDate* date, GDateDay day, GDateMonth month, GDateYear y) c_g_date_set_dmy;
2088 	void function(GDate* date, uint julianDate) c_g_date_set_julian;
2089 	void function(GDate* date, GDateMonth month) c_g_date_set_month;
2090 	void function(GDate* date, const(char)* str) c_g_date_set_parse;
2091 	void function(GDate* date, GTime time) c_g_date_set_time;
2092 	void function(GDate* date, uint timet) c_g_date_set_time_t;
2093 	void function(GDate* date, GTimeVal* timeval) c_g_date_set_time_val;
2094 	void function(GDate* date, GDateYear year) c_g_date_set_year;
2095 	void function(GDate* date, uint nDays) c_g_date_subtract_days;
2096 	void function(GDate* date, uint nMonths) c_g_date_subtract_months;
2097 	void function(GDate* date, uint nYears) c_g_date_subtract_years;
2098 	void function(GDate* date, void* tm) c_g_date_to_struct_tm;
2099 	int function(GDate* date) c_g_date_valid;
2100 	ubyte function(GDateMonth month, GDateYear year) c_g_date_get_days_in_month;
2101 	ubyte function(GDateYear year) c_g_date_get_monday_weeks_in_year;
2102 	ubyte function(GDateYear year) c_g_date_get_sunday_weeks_in_year;
2103 	int function(GDateYear year) c_g_date_is_leap_year;
2104 	size_t function(char* s, size_t slen, const(char)* format, GDate* date) c_g_date_strftime;
2105 	int function(GDateDay day) c_g_date_valid_day;
2106 	int function(GDateDay day, GDateMonth month, GDateYear year) c_g_date_valid_dmy;
2107 	int function(uint julianDate) c_g_date_valid_julian;
2108 	int function(GDateMonth month) c_g_date_valid_month;
2109 	int function(GDateWeekday weekday) c_g_date_valid_weekday;
2110 	int function(GDateYear year) c_g_date_valid_year;
2111 
2112 	// glib.DateTime
2113 
2114 	GDateTime* function(GTimeZone* tz, int year, int month, int day, int hour, int minute, double seconds) c_g_date_time_new;
2115 	GDateTime* function(const(char)* text, GTimeZone* defaultTz) c_g_date_time_new_from_iso8601;
2116 	GDateTime* function(GTimeVal* tv) c_g_date_time_new_from_timeval_local;
2117 	GDateTime* function(GTimeVal* tv) c_g_date_time_new_from_timeval_utc;
2118 	GDateTime* function(long t) c_g_date_time_new_from_unix_local;
2119 	GDateTime* function(long t) c_g_date_time_new_from_unix_utc;
2120 	GDateTime* function(int year, int month, int day, int hour, int minute, double seconds) c_g_date_time_new_local;
2121 	GDateTime* function(GTimeZone* tz) c_g_date_time_new_now;
2122 	GDateTime* function() c_g_date_time_new_now_local;
2123 	GDateTime* function() c_g_date_time_new_now_utc;
2124 	GDateTime* function(int year, int month, int day, int hour, int minute, double seconds) c_g_date_time_new_utc;
2125 	GDateTime* function(GDateTime* datetime, GTimeSpan timespan) c_g_date_time_add;
2126 	GDateTime* function(GDateTime* datetime, int days) c_g_date_time_add_days;
2127 	GDateTime* function(GDateTime* datetime, int years, int months, int days, int hours, int minutes, double seconds) c_g_date_time_add_full;
2128 	GDateTime* function(GDateTime* datetime, int hours) c_g_date_time_add_hours;
2129 	GDateTime* function(GDateTime* datetime, int minutes) c_g_date_time_add_minutes;
2130 	GDateTime* function(GDateTime* datetime, int months) c_g_date_time_add_months;
2131 	GDateTime* function(GDateTime* datetime, double seconds) c_g_date_time_add_seconds;
2132 	GDateTime* function(GDateTime* datetime, int weeks) c_g_date_time_add_weeks;
2133 	GDateTime* function(GDateTime* datetime, int years) c_g_date_time_add_years;
2134 	int function(void* dt1, void* dt2) c_g_date_time_compare;
2135 	GTimeSpan function(GDateTime* end, GDateTime* begin) c_g_date_time_difference;
2136 	int function(void* dt1, void* dt2) c_g_date_time_equal;
2137 	char* function(GDateTime* datetime, const(char)* format) c_g_date_time_format;
2138 	char* function(GDateTime* datetime) c_g_date_time_format_iso8601;
2139 	int function(GDateTime* datetime) c_g_date_time_get_day_of_month;
2140 	int function(GDateTime* datetime) c_g_date_time_get_day_of_week;
2141 	int function(GDateTime* datetime) c_g_date_time_get_day_of_year;
2142 	int function(GDateTime* datetime) c_g_date_time_get_hour;
2143 	int function(GDateTime* datetime) c_g_date_time_get_microsecond;
2144 	int function(GDateTime* datetime) c_g_date_time_get_minute;
2145 	int function(GDateTime* datetime) c_g_date_time_get_month;
2146 	int function(GDateTime* datetime) c_g_date_time_get_second;
2147 	double function(GDateTime* datetime) c_g_date_time_get_seconds;
2148 	GTimeZone* function(GDateTime* datetime) c_g_date_time_get_timezone;
2149 	const(char)* function(GDateTime* datetime) c_g_date_time_get_timezone_abbreviation;
2150 	GTimeSpan function(GDateTime* datetime) c_g_date_time_get_utc_offset;
2151 	int function(GDateTime* datetime) c_g_date_time_get_week_numbering_year;
2152 	int function(GDateTime* datetime) c_g_date_time_get_week_of_year;
2153 	int function(GDateTime* datetime) c_g_date_time_get_year;
2154 	void function(GDateTime* datetime, int* year, int* month, int* day) c_g_date_time_get_ymd;
2155 	uint function(void* datetime) c_g_date_time_hash;
2156 	int function(GDateTime* datetime) c_g_date_time_is_daylight_savings;
2157 	GDateTime* function(GDateTime* datetime) c_g_date_time_ref;
2158 	GDateTime* function(GDateTime* datetime) c_g_date_time_to_local;
2159 	int function(GDateTime* datetime, GTimeVal* tv) c_g_date_time_to_timeval;
2160 	GDateTime* function(GDateTime* datetime, GTimeZone* tz) c_g_date_time_to_timezone;
2161 	long function(GDateTime* datetime) c_g_date_time_to_unix;
2162 	GDateTime* function(GDateTime* datetime) c_g_date_time_to_utc;
2163 	void function(GDateTime* datetime) c_g_date_time_unref;
2164 
2165 	// glib.Directory
2166 
2167 	void function(GDir* dir) c_g_dir_close;
2168 	char* function(GDir* dir) c_g_dir_read_name;
2169 	void function(GDir* dir) c_g_dir_rewind;
2170 	char* function(char* tmpl, GError** err) c_g_dir_make_tmp;
2171 	GDir* function(const(char)* path, uint flags, GError** err) c_g_dir_open;
2172 
2173 	// glib.ErrorG
2174 
2175 	GError* function(GQuark domain, int code, const(char)* format, ... ) c_g_error_new;
2176 	GError* function(GQuark domain, int code, const(char)* message) c_g_error_new_literal;
2177 	GError* function(GQuark domain, int code, const(char)* format, void* args) c_g_error_new_valist;
2178 	GError* function(GError* error) c_g_error_copy;
2179 	void function(GError* error) c_g_error_free;
2180 	int function(GError* error, GQuark domain, int code) c_g_error_matches;
2181 	GQuark function(const(char)* errorTypeName, size_t errorTypePrivateSize, GErrorInitFunc errorTypeInit, GErrorCopyFunc errorTypeCopy, GErrorClearFunc errorTypeClear) c_g_error_domain_register;
2182 	GQuark function(const(char)* errorTypeName, size_t errorTypePrivateSize, GErrorInitFunc errorTypeInit, GErrorCopyFunc errorTypeCopy, GErrorClearFunc errorTypeClear) c_g_error_domain_register_static;
2183 	void function(GError** dest, GError* src) c_g_propagate_error;
2184 	void function(GError** err, GQuark domain, int code, const(char)* message) c_g_set_error_literal;
2185 	void function(GError** err, const(char)* format, ... ) c_g_prefix_error;
2186 	void function(GError** dest, GError* src, const(char)* format, ... ) c_g_propagate_prefixed_error;
2187 	void function(GError** err, GQuark domain, int code, const(char)* format, ... ) c_g_set_error;
2188 
2189 	// glib.HashTable
2190 
2191 	int function(GHashTable* hashTable, void* key) c_g_hash_table_add;
2192 	int function(GHashTable* hashTable, void* key) c_g_hash_table_contains;
2193 	void function(GHashTable* hashTable) c_g_hash_table_destroy;
2194 	void* function(GHashTable* hashTable, GHRFunc predicate, void* userData) c_g_hash_table_find;
2195 	void function(GHashTable* hashTable, GHFunc func, void* userData) c_g_hash_table_foreach;
2196 	uint function(GHashTable* hashTable, GHRFunc func, void* userData) c_g_hash_table_foreach_remove;
2197 	uint function(GHashTable* hashTable, GHRFunc func, void* userData) c_g_hash_table_foreach_steal;
2198 	GList* function(GHashTable* hashTable) c_g_hash_table_get_keys;
2199 	void** function(GHashTable* hashTable, uint* length) c_g_hash_table_get_keys_as_array;
2200 	GList* function(GHashTable* hashTable) c_g_hash_table_get_values;
2201 	int function(GHashTable* hashTable, void* key, void* value) c_g_hash_table_insert;
2202 	void* function(GHashTable* hashTable, void* key) c_g_hash_table_lookup;
2203 	int function(GHashTable* hashTable, void* lookupKey, void** origKey, void** value) c_g_hash_table_lookup_extended;
2204 	GHashTable* function(GHashFunc hashFunc, GEqualFunc keyEqualFunc) c_g_hash_table_new;
2205 	GHashTable* function(GHashFunc hashFunc, GEqualFunc keyEqualFunc, GDestroyNotify keyDestroyFunc, GDestroyNotify valueDestroyFunc) c_g_hash_table_new_full;
2206 	GHashTable* function(GHashTable* otherHashTable) c_g_hash_table_new_similar;
2207 	GHashTable* function(GHashTable* hashTable) c_g_hash_table_ref;
2208 	int function(GHashTable* hashTable, void* key) c_g_hash_table_remove;
2209 	void function(GHashTable* hashTable) c_g_hash_table_remove_all;
2210 	int function(GHashTable* hashTable, void* key, void* value) c_g_hash_table_replace;
2211 	uint function(GHashTable* hashTable) c_g_hash_table_size;
2212 	int function(GHashTable* hashTable, void* key) c_g_hash_table_steal;
2213 	void function(GHashTable* hashTable) c_g_hash_table_steal_all;
2214 	int function(GHashTable* hashTable, void* lookupKey, void** stolenKey, void** stolenValue) c_g_hash_table_steal_extended;
2215 	void function(GHashTable* hashTable) c_g_hash_table_unref;
2216 	int function(void* v1, void* v2) c_g_direct_equal;
2217 	uint function(void* v) c_g_direct_hash;
2218 	int function(void* v1, void* v2) c_g_double_equal;
2219 	uint function(void* v) c_g_double_hash;
2220 	int function(void* v1, void* v2) c_g_int64_equal;
2221 	uint function(void* v) c_g_int64_hash;
2222 	int function(void* v1, void* v2) c_g_int_equal;
2223 	uint function(void* v) c_g_int_hash;
2224 	int function(void* v1, void* v2) c_g_str_equal;
2225 	uint function(void* v) c_g_str_hash;
2226 
2227 	// glib.HashTableIter
2228 
2229 	GHashTable* function(GHashTableIter* iter) c_g_hash_table_iter_get_hash_table;
2230 	void function(GHashTableIter* iter, GHashTable* hashTable) c_g_hash_table_iter_init;
2231 	int function(GHashTableIter* iter, void** key, void** value) c_g_hash_table_iter_next;
2232 	void function(GHashTableIter* iter) c_g_hash_table_iter_remove;
2233 	void function(GHashTableIter* iter, void* value) c_g_hash_table_iter_replace;
2234 	void function(GHashTableIter* iter) c_g_hash_table_iter_steal;
2235 
2236 	// glib.Hmac
2237 
2238 	GHmac* function(GHmac* hmac) c_g_hmac_copy;
2239 	void function(GHmac* hmac, ubyte* buffer, size_t* digestLen) c_g_hmac_get_digest;
2240 	const(char)* function(GHmac* hmac) c_g_hmac_get_string;
2241 	GHmac* function(GHmac* hmac) c_g_hmac_ref;
2242 	void function(GHmac* hmac) c_g_hmac_unref;
2243 	void function(GHmac* hmac, char* data, ptrdiff_t length) c_g_hmac_update;
2244 	GHmac* function(GChecksumType digestType, char* key, size_t keyLen) c_g_hmac_new;
2245 	char* function(GChecksumType digestType, char* key, size_t keyLen, char* data, size_t length) c_g_compute_hmac_for_data;
2246 	char* function(GChecksumType digestType, char* key, size_t keyLen, const(char)* str, ptrdiff_t length) c_g_compute_hmac_for_string;
2247 	char* function(GChecksumType digestType, GBytes* key, GBytes* data) c_g_compute_hmac_for_bytes;
2248 
2249 	// glib.Hook
2250 
2251 	int function(GHook* newHook, GHook* sibling) c_g_hook_compare_ids;
2252 	GHook* function(GHookList* hookList) c_g_hook_alloc;
2253 	int function(GHookList* hookList, gulong hookId) c_g_hook_destroy;
2254 	void function(GHookList* hookList, GHook* hook) c_g_hook_destroy_link;
2255 	GHook* function(GHookList* hookList, int needValids, GHookFindFunc func, void* data) c_g_hook_find;
2256 	GHook* function(GHookList* hookList, int needValids, void* data) c_g_hook_find_data;
2257 	GHook* function(GHookList* hookList, int needValids, void* func) c_g_hook_find_func;
2258 	GHook* function(GHookList* hookList, int needValids, void* func, void* data) c_g_hook_find_func_data;
2259 	GHook* function(GHookList* hookList, int mayBeInCall) c_g_hook_first_valid;
2260 	void function(GHookList* hookList, GHook* hook) c_g_hook_free;
2261 	GHook* function(GHookList* hookList, gulong hookId) c_g_hook_get;
2262 	void function(GHookList* hookList, GHook* sibling, GHook* hook) c_g_hook_insert_before;
2263 	void function(GHookList* hookList, GHook* hook, GHookCompareFunc func) c_g_hook_insert_sorted;
2264 	GHook* function(GHookList* hookList, GHook* hook, int mayBeInCall) c_g_hook_next_valid;
2265 	void function(GHookList* hookList, GHook* hook) c_g_hook_prepend;
2266 	GHook* function(GHookList* hookList, GHook* hook) c_g_hook_ref;
2267 	void function(GHookList* hookList, GHook* hook) c_g_hook_unref;
2268 
2269 	// glib.HookList
2270 
2271 	void function(GHookList* hookList) c_g_hook_list_clear;
2272 	void function(GHookList* hookList, uint hookSize) c_g_hook_list_init;
2273 	void function(GHookList* hookList, int mayRecurse) c_g_hook_list_invoke;
2274 	void function(GHookList* hookList, int mayRecurse) c_g_hook_list_invoke_check;
2275 	void function(GHookList* hookList, int mayRecurse, GHookMarshaller marshaller, void* marshalData) c_g_hook_list_marshal;
2276 	void function(GHookList* hookList, int mayRecurse, GHookCheckMarshaller marshaller, void* marshalData) c_g_hook_list_marshal_check;
2277 
2278 	// glib.IConv
2279 
2280 	size_t function(GIConv converter, char** inbuf, size_t* inbytesLeft, char** outbuf, size_t* outbytesLeft) c_g_iconv;
2281 	int function(GIConv converter) c_g_iconv_close;
2282 	GIConv function(const(char)* toCodeset, const(char)* fromCodeset) c_g_iconv_open;
2283 
2284 	// glib.IOChannel
2285 
2286 	GIOChannel* function(char* filename, const(char)* mode, GError** err) c_g_io_channel_new_file;
2287 	GIOChannel* function(int fd) c_g_io_channel_unix_new;
2288 	void function(GIOChannel* channel) c_g_io_channel_close;
2289 	GIOStatus function(GIOChannel* channel, GError** err) c_g_io_channel_flush;
2290 	GIOCondition function(GIOChannel* channel) c_g_io_channel_get_buffer_condition;
2291 	size_t function(GIOChannel* channel) c_g_io_channel_get_buffer_size;
2292 	int function(GIOChannel* channel) c_g_io_channel_get_buffered;
2293 	int function(GIOChannel* channel) c_g_io_channel_get_close_on_unref;
2294 	const(char)* function(GIOChannel* channel) c_g_io_channel_get_encoding;
2295 	GIOFlags function(GIOChannel* channel) c_g_io_channel_get_flags;
2296 	const(char)* function(GIOChannel* channel, int* length) c_g_io_channel_get_line_term;
2297 	void function(GIOChannel* channel) c_g_io_channel_init;
2298 	GIOError function(GIOChannel* channel, char* buf, size_t count, size_t* bytesRead) c_g_io_channel_read;
2299 	GIOStatus function(GIOChannel* channel, char* buf, size_t count, size_t* bytesRead, GError** err) c_g_io_channel_read_chars;
2300 	GIOStatus function(GIOChannel* channel, char** strReturn, size_t* length, size_t* terminatorPos, GError** err) c_g_io_channel_read_line;
2301 	GIOStatus function(GIOChannel* channel, GString* buffer, size_t* terminatorPos, GError** err) c_g_io_channel_read_line_string;
2302 	GIOStatus function(GIOChannel* channel, char** strReturn, size_t* length, GError** err) c_g_io_channel_read_to_end;
2303 	GIOStatus function(GIOChannel* channel, dchar* thechar, GError** err) c_g_io_channel_read_unichar;
2304 	GIOChannel* function(GIOChannel* channel) c_g_io_channel_ref;
2305 	GIOError function(GIOChannel* channel, long offset, GSeekType type) c_g_io_channel_seek;
2306 	GIOStatus function(GIOChannel* channel, long offset, GSeekType type, GError** err) c_g_io_channel_seek_position;
2307 	void function(GIOChannel* channel, size_t size) c_g_io_channel_set_buffer_size;
2308 	void function(GIOChannel* channel, int buffered) c_g_io_channel_set_buffered;
2309 	void function(GIOChannel* channel, int doClose) c_g_io_channel_set_close_on_unref;
2310 	GIOStatus function(GIOChannel* channel, const(char)* encoding, GError** err) c_g_io_channel_set_encoding;
2311 	GIOStatus function(GIOChannel* channel, GIOFlags flags, GError** err) c_g_io_channel_set_flags;
2312 	void function(GIOChannel* channel, const(char)* lineTerm, int length) c_g_io_channel_set_line_term;
2313 	GIOStatus function(GIOChannel* channel, int flush, GError** err) c_g_io_channel_shutdown;
2314 	int function(GIOChannel* channel) c_g_io_channel_unix_get_fd;
2315 	void function(GIOChannel* channel) c_g_io_channel_unref;
2316 	GIOError function(GIOChannel* channel, const(char)* buf, size_t count, size_t* bytesWritten) c_g_io_channel_write;
2317 	GIOStatus function(GIOChannel* channel, char* buf, ptrdiff_t count, size_t* bytesWritten, GError** err) c_g_io_channel_write_chars;
2318 	GIOStatus function(GIOChannel* channel, dchar thechar, GError** err) c_g_io_channel_write_unichar;
2319 	GIOChannelError function(int en) c_g_io_channel_error_from_errno;
2320 	GQuark function() c_g_io_channel_error_quark;
2321 	uint function(GIOChannel* channel, GIOCondition condition, GIOFunc func, void* userData) c_g_io_add_watch;
2322 	uint function(GIOChannel* channel, int priority, GIOCondition condition, GIOFunc func, void* userData, GDestroyNotify notify) c_g_io_add_watch_full;
2323 	GSource* function(GIOChannel* channel, GIOCondition condition) c_g_io_create_watch;
2324 
2325 	// glib.KeyFile
2326 
2327 	GKeyFile* function() c_g_key_file_new;
2328 	void function(GKeyFile* keyFile) c_g_key_file_free;
2329 	int function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, GError** err) c_g_key_file_get_boolean;
2330 	int* function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, size_t* length, GError** err) c_g_key_file_get_boolean_list;
2331 	char* function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, GError** err) c_g_key_file_get_comment;
2332 	double function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, GError** err) c_g_key_file_get_double;
2333 	double* function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, size_t* length, GError** err) c_g_key_file_get_double_list;
2334 	char** function(GKeyFile* keyFile, size_t* length) c_g_key_file_get_groups;
2335 	long function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, GError** err) c_g_key_file_get_int64;
2336 	int function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, GError** err) c_g_key_file_get_integer;
2337 	int* function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, size_t* length, GError** err) c_g_key_file_get_integer_list;
2338 	char** function(GKeyFile* keyFile, const(char)* groupName, size_t* length, GError** err) c_g_key_file_get_keys;
2339 	char* function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, const(char)* locale) c_g_key_file_get_locale_for_key;
2340 	char* function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, const(char)* locale, GError** err) c_g_key_file_get_locale_string;
2341 	char** function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, const(char)* locale, size_t* length, GError** err) c_g_key_file_get_locale_string_list;
2342 	char* function(GKeyFile* keyFile) c_g_key_file_get_start_group;
2343 	char* function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, GError** err) c_g_key_file_get_string;
2344 	char** function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, size_t* length, GError** err) c_g_key_file_get_string_list;
2345 	ulong function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, GError** err) c_g_key_file_get_uint64;
2346 	char* function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, GError** err) c_g_key_file_get_value;
2347 	int function(GKeyFile* keyFile, const(char)* groupName) c_g_key_file_has_group;
2348 	int function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, GError** err) c_g_key_file_has_key;
2349 	int function(GKeyFile* keyFile, GBytes* bytes, GKeyFileFlags flags, GError** err) c_g_key_file_load_from_bytes;
2350 	int function(GKeyFile* keyFile, const(char)* data, size_t length, GKeyFileFlags flags, GError** err) c_g_key_file_load_from_data;
2351 	int function(GKeyFile* keyFile, char* file, char** fullPath, GKeyFileFlags flags, GError** err) c_g_key_file_load_from_data_dirs;
2352 	int function(GKeyFile* keyFile, char* file, char** searchDirs, char** fullPath, GKeyFileFlags flags, GError** err) c_g_key_file_load_from_dirs;
2353 	int function(GKeyFile* keyFile, char* file, GKeyFileFlags flags, GError** err) c_g_key_file_load_from_file;
2354 	GKeyFile* function(GKeyFile* keyFile) c_g_key_file_ref;
2355 	int function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, GError** err) c_g_key_file_remove_comment;
2356 	int function(GKeyFile* keyFile, const(char)* groupName, GError** err) c_g_key_file_remove_group;
2357 	int function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, GError** err) c_g_key_file_remove_key;
2358 	int function(GKeyFile* keyFile, const(char)* filename, GError** err) c_g_key_file_save_to_file;
2359 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, int value) c_g_key_file_set_boolean;
2360 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, int* list, size_t length) c_g_key_file_set_boolean_list;
2361 	int function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, const(char)* comment, GError** err) c_g_key_file_set_comment;
2362 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, double value) c_g_key_file_set_double;
2363 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, double* list, size_t length) c_g_key_file_set_double_list;
2364 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, long value) c_g_key_file_set_int64;
2365 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, int value) c_g_key_file_set_integer;
2366 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, int* list, size_t length) c_g_key_file_set_integer_list;
2367 	void function(GKeyFile* keyFile, char separator) c_g_key_file_set_list_separator;
2368 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, const(char)* locale, const(char)* string_) c_g_key_file_set_locale_string;
2369 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, const(char)* locale, char** list, size_t length) c_g_key_file_set_locale_string_list;
2370 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, const(char)* string_) c_g_key_file_set_string;
2371 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, char** list, size_t length) c_g_key_file_set_string_list;
2372 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, ulong value) c_g_key_file_set_uint64;
2373 	void function(GKeyFile* keyFile, const(char)* groupName, const(char)* key, const(char)* value) c_g_key_file_set_value;
2374 	char* function(GKeyFile* keyFile, size_t* length, GError** err) c_g_key_file_to_data;
2375 	void function(GKeyFile* keyFile) c_g_key_file_unref;
2376 	GQuark function() c_g_key_file_error_quark;
2377 
2378 	// glib.ListG
2379 
2380 	GList* function() c_g_list_alloc;
2381 	GList* function(GList* list, void* data) c_g_list_append;
2382 	GList* function(GList* list1, GList* list2) c_g_list_concat;
2383 	GList* function(GList* list) c_g_list_copy;
2384 	GList* function(GList* list, GCopyFunc func, void* userData) c_g_list_copy_deep;
2385 	GList* function(GList* list, GList* link) c_g_list_delete_link;
2386 	GList* function(GList* list, void* data) c_g_list_find;
2387 	GList* function(GList* list, void* data, GCompareFunc func) c_g_list_find_custom;
2388 	GList* function(GList* list) c_g_list_first;
2389 	void function(GList* list, GFunc func, void* userData) c_g_list_foreach;
2390 	void function(GList* list) c_g_list_free;
2391 	void function(GList* list) c_g_list_free_1;
2392 	void function(GList* list, GDestroyNotify freeFunc) c_g_list_free_full;
2393 	int function(GList* list, void* data) c_g_list_index;
2394 	GList* function(GList* list, void* data, int position) c_g_list_insert;
2395 	GList* function(GList* list, GList* sibling, void* data) c_g_list_insert_before;
2396 	GList* function(GList* list, GList* sibling, GList* link) c_g_list_insert_before_link;
2397 	GList* function(GList* list, void* data, GCompareFunc func) c_g_list_insert_sorted;
2398 	GList* function(GList* list, void* data, GCompareDataFunc func, void* userData) c_g_list_insert_sorted_with_data;
2399 	GList* function(GList* list) c_g_list_last;
2400 	uint function(GList* list) c_g_list_length;
2401 	GList* function(GList* list, uint n) c_g_list_nth;
2402 	void* function(GList* list, uint n) c_g_list_nth_data;
2403 	GList* function(GList* list, uint n) c_g_list_nth_prev;
2404 	int function(GList* list, GList* llink) c_g_list_position;
2405 	GList* function(GList* list, void* data) c_g_list_prepend;
2406 	GList* function(GList* list, void* data) c_g_list_remove;
2407 	GList* function(GList* list, void* data) c_g_list_remove_all;
2408 	GList* function(GList* list, GList* llink) c_g_list_remove_link;
2409 	GList* function(GList* list) c_g_list_reverse;
2410 	GList* function(GList* list, GCompareFunc compareFunc) c_g_list_sort;
2411 	GList* function(GList* list, GCompareDataFunc compareFunc, void* userData) c_g_list_sort_with_data;
2412 	void function(GList** listPtr, GDestroyNotify destroy) c_g_clear_list;
2413 
2414 	// glib.MainContext
2415 
2416 	GMainContext* function() c_g_main_context_new;
2417 	GMainContext* function(GMainContextFlags flags) c_g_main_context_new_with_flags;
2418 	int function(GMainContext* context) c_g_main_context_acquire;
2419 	void function(GMainContext* context, GPollFD* fd, int priority) c_g_main_context_add_poll;
2420 	int function(GMainContext* context, int maxPriority, GPollFD* fds, int nFds) c_g_main_context_check;
2421 	void function(GMainContext* context) c_g_main_context_dispatch;
2422 	GSource* function(GMainContext* context, GSourceFuncs* funcs, void* userData) c_g_main_context_find_source_by_funcs_user_data;
2423 	GSource* function(GMainContext* context, uint sourceId) c_g_main_context_find_source_by_id;
2424 	GSource* function(GMainContext* context, void* userData) c_g_main_context_find_source_by_user_data;
2425 	GPollFunc function(GMainContext* context) c_g_main_context_get_poll_func;
2426 	void function(GMainContext* context, GSourceFunc function_, void* data) c_g_main_context_invoke;
2427 	void function(GMainContext* context, int priority, GSourceFunc function_, void* data, GDestroyNotify notify) c_g_main_context_invoke_full;
2428 	int function(GMainContext* context) c_g_main_context_is_owner;
2429 	int function(GMainContext* context, int mayBlock) c_g_main_context_iteration;
2430 	int function(GMainContext* context) c_g_main_context_pending;
2431 	void function(GMainContext* context) c_g_main_context_pop_thread_default;
2432 	int function(GMainContext* context, int* priority) c_g_main_context_prepare;
2433 	void function(GMainContext* context) c_g_main_context_push_thread_default;
2434 	int function(GMainContext* context, int maxPriority, int* timeout, GPollFD* fds, int nFds) c_g_main_context_query;
2435 	GMainContext* function(GMainContext* context) c_g_main_context_ref;
2436 	void function(GMainContext* context) c_g_main_context_release;
2437 	void function(GMainContext* context, GPollFD* fd) c_g_main_context_remove_poll;
2438 	void function(GMainContext* context, GPollFunc func) c_g_main_context_set_poll_func;
2439 	void function(GMainContext* context) c_g_main_context_unref;
2440 	int function(GMainContext* context, GCond* cond, GMutex* mutex) c_g_main_context_wait;
2441 	void function(GMainContext* context) c_g_main_context_wakeup;
2442 	GMainContext* function() c_g_main_context_default;
2443 	GMainContext* function() c_g_main_context_get_thread_default;
2444 	GMainContext* function() c_g_main_context_ref_thread_default;
2445 
2446 	// glib.MainLoop
2447 
2448 	GMainLoop* function(GMainContext* context, int isRunning) c_g_main_loop_new;
2449 	GMainContext* function(GMainLoop* loop) c_g_main_loop_get_context;
2450 	int function(GMainLoop* loop) c_g_main_loop_is_running;
2451 	void function(GMainLoop* loop) c_g_main_loop_quit;
2452 	GMainLoop* function(GMainLoop* loop) c_g_main_loop_ref;
2453 	void function(GMainLoop* loop) c_g_main_loop_run;
2454 	void function(GMainLoop* loop) c_g_main_loop_unref;
2455 	GSource* function() c_g_main_current_source;
2456 	int function() c_g_main_depth;
2457 	int function(GPollFD* fds, uint nfds, int timeout) c_g_poll;
2458 
2459 	// glib.MappedFile
2460 
2461 	GMappedFile* function(char* filename, int writable, GError** err) c_g_mapped_file_new;
2462 	GMappedFile* function(int fd, int writable, GError** err) c_g_mapped_file_new_from_fd;
2463 	void function(GMappedFile* file) c_g_mapped_file_free;
2464 	GBytes* function(GMappedFile* file) c_g_mapped_file_get_bytes;
2465 	char* function(GMappedFile* file) c_g_mapped_file_get_contents;
2466 	size_t function(GMappedFile* file) c_g_mapped_file_get_length;
2467 	GMappedFile* function(GMappedFile* file) c_g_mapped_file_ref;
2468 	void function(GMappedFile* file) c_g_mapped_file_unref;
2469 
2470 	// glib.SimpleXML
2471 
2472 	GMarkupParseContext* function(GMarkupParser* parser, GMarkupParseFlags flags, void* userData, GDestroyNotify userDataDnotify) c_g_markup_parse_context_new;
2473 	int function(GMarkupParseContext* context, GError** err) c_g_markup_parse_context_end_parse;
2474 	void function(GMarkupParseContext* context) c_g_markup_parse_context_free;
2475 	const(char)* function(GMarkupParseContext* context) c_g_markup_parse_context_get_element;
2476 	GSList* function(GMarkupParseContext* context) c_g_markup_parse_context_get_element_stack;
2477 	void function(GMarkupParseContext* context, int* lineNumber, int* charNumber) c_g_markup_parse_context_get_position;
2478 	void* function(GMarkupParseContext* context) c_g_markup_parse_context_get_user_data;
2479 	int function(GMarkupParseContext* context, const(char)* text, ptrdiff_t textLen, GError** err) c_g_markup_parse_context_parse;
2480 	void* function(GMarkupParseContext* context) c_g_markup_parse_context_pop;
2481 	void function(GMarkupParseContext* context, GMarkupParser* parser, void* userData) c_g_markup_parse_context_push;
2482 	GMarkupParseContext* function(GMarkupParseContext* context) c_g_markup_parse_context_ref;
2483 	void function(GMarkupParseContext* context) c_g_markup_parse_context_unref;
2484 	int function(const(char)* elementName, char** attributeNames, char** attributeValues, GError** error, GMarkupCollectType firstType, const(char)* firstAttr, ... ) c_g_markup_collect_attributes;
2485 	GQuark function() c_g_markup_error_quark;
2486 	char* function(const(char)* text, ptrdiff_t length) c_g_markup_escape_text;
2487 	char* function(const(char)* format, ... ) c_g_markup_printf_escaped;
2488 	char* function(const(char)* format, void* args) c_g_markup_vprintf_escaped;
2489 
2490 	// glib.MatchInfo
2491 
2492 	char* function(GMatchInfo* matchInfo, const(char)* stringToExpand, GError** err) c_g_match_info_expand_references;
2493 	char* function(GMatchInfo* matchInfo, int matchNum) c_g_match_info_fetch;
2494 	char** function(GMatchInfo* matchInfo) c_g_match_info_fetch_all;
2495 	char* function(GMatchInfo* matchInfo, const(char)* name) c_g_match_info_fetch_named;
2496 	int function(GMatchInfo* matchInfo, const(char)* name, int* startPos, int* endPos) c_g_match_info_fetch_named_pos;
2497 	int function(GMatchInfo* matchInfo, int matchNum, int* startPos, int* endPos) c_g_match_info_fetch_pos;
2498 	void function(GMatchInfo* matchInfo) c_g_match_info_free;
2499 	int function(GMatchInfo* matchInfo) c_g_match_info_get_match_count;
2500 	GRegex* function(GMatchInfo* matchInfo) c_g_match_info_get_regex;
2501 	const(char)* function(GMatchInfo* matchInfo) c_g_match_info_get_string;
2502 	int function(GMatchInfo* matchInfo) c_g_match_info_is_partial_match;
2503 	int function(GMatchInfo* matchInfo) c_g_match_info_matches;
2504 	int function(GMatchInfo* matchInfo, GError** err) c_g_match_info_next;
2505 	GMatchInfo* function(GMatchInfo* matchInfo) c_g_match_info_ref;
2506 	void function(GMatchInfo* matchInfo) c_g_match_info_unref;
2507 
2508 	// glib.Mutex
2509 
2510 	void function(GMutex* mutex) c_g_mutex_clear;
2511 	void function(GMutex* mutex) c_g_mutex_init;
2512 	void function(GMutex* mutex) c_g_mutex_lock;
2513 	int function(GMutex* mutex) c_g_mutex_trylock;
2514 	void function(GMutex* mutex) c_g_mutex_unlock;
2515 
2516 	// glib.Node
2517 
2518 	int function(GNode* node, void* data) c_g_node_child_index;
2519 	int function(GNode* node, GNode* child) c_g_node_child_position;
2520 	void function(GNode* node, GTraverseFlags flags, GNodeForeachFunc func, void* data) c_g_node_children_foreach;
2521 	GNode* function(GNode* node) c_g_node_copy;
2522 	GNode* function(GNode* node, GCopyFunc copyFunc, void* data) c_g_node_copy_deep;
2523 	uint function(GNode* node) c_g_node_depth;
2524 	void function(GNode* root) c_g_node_destroy;
2525 	GNode* function(GNode* root, GTraverseType order, GTraverseFlags flags, void* data) c_g_node_find;
2526 	GNode* function(GNode* node, GTraverseFlags flags, void* data) c_g_node_find_child;
2527 	GNode* function(GNode* node) c_g_node_first_sibling;
2528 	GNode* function(GNode* node) c_g_node_get_root;
2529 	GNode* function(GNode* parent, int position, GNode* node) c_g_node_insert;
2530 	GNode* function(GNode* parent, GNode* sibling, GNode* node) c_g_node_insert_after;
2531 	GNode* function(GNode* parent, GNode* sibling, GNode* node) c_g_node_insert_before;
2532 	int function(GNode* node, GNode* descendant) c_g_node_is_ancestor;
2533 	GNode* function(GNode* node) c_g_node_last_child;
2534 	GNode* function(GNode* node) c_g_node_last_sibling;
2535 	uint function(GNode* root) c_g_node_max_height;
2536 	uint function(GNode* node) c_g_node_n_children;
2537 	uint function(GNode* root, GTraverseFlags flags) c_g_node_n_nodes;
2538 	GNode* function(GNode* node, uint n) c_g_node_nth_child;
2539 	GNode* function(GNode* parent, GNode* node) c_g_node_prepend;
2540 	void function(GNode* node) c_g_node_reverse_children;
2541 	void function(GNode* root, GTraverseType order, GTraverseFlags flags, int maxDepth, GNodeTraverseFunc func, void* data) c_g_node_traverse;
2542 	void function(GNode* node) c_g_node_unlink;
2543 	GNode* function(void* data) c_g_node_new;
2544 
2545 	// glib.Once
2546 
2547 	void* function(GOnce* once, GThreadFunc func, void* arg) c_g_once_impl;
2548 	int function(void* location) c_g_once_init_enter;
2549 	void function(void* location, size_t result) c_g_once_init_leave;
2550 
2551 	// glib.OptionContext
2552 
2553 	void function(GOptionContext* context, GOptionGroup* group) c_g_option_context_add_group;
2554 	void function(GOptionContext* context, GOptionEntry* entries, const(char)* translationDomain) c_g_option_context_add_main_entries;
2555 	void function(GOptionContext* context) c_g_option_context_free;
2556 	const(char)* function(GOptionContext* context) c_g_option_context_get_description;
2557 	char* function(GOptionContext* context, int mainHelp, GOptionGroup* group) c_g_option_context_get_help;
2558 	int function(GOptionContext* context) c_g_option_context_get_help_enabled;
2559 	int function(GOptionContext* context) c_g_option_context_get_ignore_unknown_options;
2560 	GOptionGroup* function(GOptionContext* context) c_g_option_context_get_main_group;
2561 	int function(GOptionContext* context) c_g_option_context_get_strict_posix;
2562 	const(char)* function(GOptionContext* context) c_g_option_context_get_summary;
2563 	int function(GOptionContext* context, int* argc, char*** argv, GError** err) c_g_option_context_parse;
2564 	int function(GOptionContext* context, char*** arguments, GError** err) c_g_option_context_parse_strv;
2565 	void function(GOptionContext* context, const(char)* description) c_g_option_context_set_description;
2566 	void function(GOptionContext* context, int helpEnabled) c_g_option_context_set_help_enabled;
2567 	void function(GOptionContext* context, int ignoreUnknown) c_g_option_context_set_ignore_unknown_options;
2568 	void function(GOptionContext* context, GOptionGroup* group) c_g_option_context_set_main_group;
2569 	void function(GOptionContext* context, int strictPosix) c_g_option_context_set_strict_posix;
2570 	void function(GOptionContext* context, const(char)* summary) c_g_option_context_set_summary;
2571 	void function(GOptionContext* context, GTranslateFunc func, void* data, GDestroyNotify destroyNotify) c_g_option_context_set_translate_func;
2572 	void function(GOptionContext* context, const(char)* domain) c_g_option_context_set_translation_domain;
2573 	GOptionContext* function(const(char)* parameterString) c_g_option_context_new;
2574 	GQuark function() c_g_option_error_quark;
2575 
2576 	// glib.OptionGroup
2577 
2578 	GOptionGroup* function(const(char)* name, const(char)* description, const(char)* helpDescription, void* userData, GDestroyNotify destroy) c_g_option_group_new;
2579 	void function(GOptionGroup* group, GOptionEntry* entries) c_g_option_group_add_entries;
2580 	void function(GOptionGroup* group) c_g_option_group_free;
2581 	GOptionGroup* function(GOptionGroup* group) c_g_option_group_ref;
2582 	void function(GOptionGroup* group, GOptionErrorFunc errorFunc) c_g_option_group_set_error_hook;
2583 	void function(GOptionGroup* group, GOptionParseFunc preParseFunc, GOptionParseFunc postParseFunc) c_g_option_group_set_parse_hooks;
2584 	void function(GOptionGroup* group, GTranslateFunc func, void* data, GDestroyNotify destroyNotify) c_g_option_group_set_translate_func;
2585 	void function(GOptionGroup* group, const(char)* domain) c_g_option_group_set_translation_domain;
2586 	void function(GOptionGroup* group) c_g_option_group_unref;
2587 
2588 	// glib.Pattern
2589 
2590 	GPatternSpec* function(const(char)* pattern) c_g_pattern_spec_new;
2591 	GPatternSpec* function(GPatternSpec* pspec) c_g_pattern_spec_copy;
2592 	int function(GPatternSpec* pspec1, GPatternSpec* pspec2) c_g_pattern_spec_equal;
2593 	void function(GPatternSpec* pspec) c_g_pattern_spec_free;
2594 	int function(GPatternSpec* pspec, size_t stringLength, const(char)* string_, const(char)* stringReversed) c_g_pattern_spec_match;
2595 	int function(GPatternSpec* pspec, const(char)* string_) c_g_pattern_spec_match_string;
2596 	int function(GPatternSpec* pspec, uint stringLength, const(char)* string_, const(char)* stringReversed) c_g_pattern_match;
2597 	int function(const(char)* pattern, const(char)* string_) c_g_pattern_match_simple;
2598 	int function(GPatternSpec* pspec, const(char)* string_) c_g_pattern_match_string;
2599 
2600 	// glib.Private
2601 
2602 	void* function(GPrivate* key) c_g_private_get;
2603 	void function(GPrivate* key, void* value) c_g_private_replace;
2604 	void function(GPrivate* key, void* value) c_g_private_set;
2605 
2606 	// glib.PtrArray
2607 
2608 	void function(GPtrArray* array, void* data) c_g_ptr_array_add;
2609 	GPtrArray* function(GPtrArray* array, GCopyFunc func, void* userData) c_g_ptr_array_copy;
2610 	void function(GPtrArray* arrayToExtend, GPtrArray* array, GCopyFunc func, void* userData) c_g_ptr_array_extend;
2611 	void function(GPtrArray* arrayToExtend, GPtrArray* array) c_g_ptr_array_extend_and_steal;
2612 	int function(GPtrArray* haystack, void* needle, uint* index) c_g_ptr_array_find;
2613 	int function(GPtrArray* haystack, void* needle, GEqualFunc equalFunc, uint* index) c_g_ptr_array_find_with_equal_func;
2614 	void function(GPtrArray* array, GFunc func, void* userData) c_g_ptr_array_foreach;
2615 	void** function(GPtrArray* array, int freeSeg) c_g_ptr_array_free;
2616 	void function(GPtrArray* array, int index, void* data) c_g_ptr_array_insert;
2617 	GPtrArray* function() c_g_ptr_array_new;
2618 	GPtrArray* function(uint reservedSize, GDestroyNotify elementFreeFunc) c_g_ptr_array_new_full;
2619 	GPtrArray* function(GDestroyNotify elementFreeFunc) c_g_ptr_array_new_with_free_func;
2620 	GPtrArray* function(GPtrArray* array) c_g_ptr_array_ref;
2621 	int function(GPtrArray* array, void* data) c_g_ptr_array_remove;
2622 	int function(GPtrArray* array, void* data) c_g_ptr_array_remove_fast;
2623 	void* function(GPtrArray* array, uint index) c_g_ptr_array_remove_index;
2624 	void* function(GPtrArray* array, uint index) c_g_ptr_array_remove_index_fast;
2625 	GPtrArray* function(GPtrArray* array, uint index, uint length) c_g_ptr_array_remove_range;
2626 	void function(GPtrArray* array, GDestroyNotify elementFreeFunc) c_g_ptr_array_set_free_func;
2627 	void function(GPtrArray* array, int length) c_g_ptr_array_set_size;
2628 	GPtrArray* function(uint reservedSize) c_g_ptr_array_sized_new;
2629 	void function(GPtrArray* array, GCompareFunc compareFunc) c_g_ptr_array_sort;
2630 	void function(GPtrArray* array, GCompareDataFunc compareFunc, void* userData) c_g_ptr_array_sort_with_data;
2631 	void** function(GPtrArray* array, size_t* len) c_g_ptr_array_steal;
2632 	void* function(GPtrArray* array, uint index) c_g_ptr_array_steal_index;
2633 	void* function(GPtrArray* array, uint index) c_g_ptr_array_steal_index_fast;
2634 	void function(GPtrArray* array) c_g_ptr_array_unref;
2635 
2636 	// glib.QueueG
2637 
2638 	void function(GQueue* queue) c_g_queue_clear;
2639 	void function(GQueue* queue, GDestroyNotify freeFunc) c_g_queue_clear_full;
2640 	GQueue* function(GQueue* queue) c_g_queue_copy;
2641 	void function(GQueue* queue, GList* link) c_g_queue_delete_link;
2642 	GList* function(GQueue* queue, void* data) c_g_queue_find;
2643 	GList* function(GQueue* queue, void* data, GCompareFunc func) c_g_queue_find_custom;
2644 	void function(GQueue* queue, GFunc func, void* userData) c_g_queue_foreach;
2645 	void function(GQueue* queue) c_g_queue_free;
2646 	void function(GQueue* queue, GDestroyNotify freeFunc) c_g_queue_free_full;
2647 	uint function(GQueue* queue) c_g_queue_get_length;
2648 	int function(GQueue* queue, void* data) c_g_queue_index;
2649 	void function(GQueue* queue) c_g_queue_init;
2650 	void function(GQueue* queue, GList* sibling, void* data) c_g_queue_insert_after;
2651 	void function(GQueue* queue, GList* sibling, GList* link) c_g_queue_insert_after_link;
2652 	void function(GQueue* queue, GList* sibling, void* data) c_g_queue_insert_before;
2653 	void function(GQueue* queue, GList* sibling, GList* link) c_g_queue_insert_before_link;
2654 	void function(GQueue* queue, void* data, GCompareDataFunc func, void* userData) c_g_queue_insert_sorted;
2655 	int function(GQueue* queue) c_g_queue_is_empty;
2656 	int function(GQueue* queue, GList* link) c_g_queue_link_index;
2657 	void* function(GQueue* queue) c_g_queue_peek_head;
2658 	GList* function(GQueue* queue) c_g_queue_peek_head_link;
2659 	void* function(GQueue* queue, uint n) c_g_queue_peek_nth;
2660 	GList* function(GQueue* queue, uint n) c_g_queue_peek_nth_link;
2661 	void* function(GQueue* queue) c_g_queue_peek_tail;
2662 	GList* function(GQueue* queue) c_g_queue_peek_tail_link;
2663 	void* function(GQueue* queue) c_g_queue_pop_head;
2664 	GList* function(GQueue* queue) c_g_queue_pop_head_link;
2665 	void* function(GQueue* queue, uint n) c_g_queue_pop_nth;
2666 	GList* function(GQueue* queue, uint n) c_g_queue_pop_nth_link;
2667 	void* function(GQueue* queue) c_g_queue_pop_tail;
2668 	GList* function(GQueue* queue) c_g_queue_pop_tail_link;
2669 	void function(GQueue* queue, void* data) c_g_queue_push_head;
2670 	void function(GQueue* queue, GList* link) c_g_queue_push_head_link;
2671 	void function(GQueue* queue, void* data, int n) c_g_queue_push_nth;
2672 	void function(GQueue* queue, int n, GList* link) c_g_queue_push_nth_link;
2673 	void function(GQueue* queue, void* data) c_g_queue_push_tail;
2674 	void function(GQueue* queue, GList* link) c_g_queue_push_tail_link;
2675 	int function(GQueue* queue, void* data) c_g_queue_remove;
2676 	uint function(GQueue* queue, void* data) c_g_queue_remove_all;
2677 	void function(GQueue* queue) c_g_queue_reverse;
2678 	void function(GQueue* queue, GCompareDataFunc compareFunc, void* userData) c_g_queue_sort;
2679 	void function(GQueue* queue, GList* link) c_g_queue_unlink;
2680 	GQueue* function() c_g_queue_new;
2681 
2682 	// glib.RWLock
2683 
2684 	void function(GRWLock* rwLock) c_g_rw_lock_clear;
2685 	void function(GRWLock* rwLock) c_g_rw_lock_init;
2686 	void function(GRWLock* rwLock) c_g_rw_lock_reader_lock;
2687 	int function(GRWLock* rwLock) c_g_rw_lock_reader_trylock;
2688 	void function(GRWLock* rwLock) c_g_rw_lock_reader_unlock;
2689 	void function(GRWLock* rwLock) c_g_rw_lock_writer_lock;
2690 	int function(GRWLock* rwLock) c_g_rw_lock_writer_trylock;
2691 	void function(GRWLock* rwLock) c_g_rw_lock_writer_unlock;
2692 
2693 	// glib.RandG
2694 
2695 	GRand* function(GRand* rand) c_g_rand_copy;
2696 	double function(GRand* rand) c_g_rand_double;
2697 	double function(GRand* rand, double begin, double end) c_g_rand_double_range;
2698 	void function(GRand* rand) c_g_rand_free;
2699 	uint function(GRand* rand) c_g_rand_int;
2700 	int function(GRand* rand, int begin, int end) c_g_rand_int_range;
2701 	void function(GRand* rand, uint seed) c_g_rand_set_seed;
2702 	void function(GRand* rand, uint* seed, uint seedLength) c_g_rand_set_seed_array;
2703 	GRand* function() c_g_rand_new;
2704 	GRand* function(uint seed) c_g_rand_new_with_seed;
2705 	GRand* function(uint* seed, uint seedLength) c_g_rand_new_with_seed_array;
2706 	double function() c_g_random_double;
2707 	double function(double begin, double end) c_g_random_double_range;
2708 	uint function() c_g_random_int;
2709 	int function(int begin, int end) c_g_random_int_range;
2710 	void function(uint seed) c_g_random_set_seed;
2711 
2712 	// glib.RecMutex
2713 
2714 	void function(GRecMutex* recMutex) c_g_rec_mutex_clear;
2715 	void function(GRecMutex* recMutex) c_g_rec_mutex_init;
2716 	void function(GRecMutex* recMutex) c_g_rec_mutex_lock;
2717 	int function(GRecMutex* recMutex) c_g_rec_mutex_trylock;
2718 	void function(GRecMutex* recMutex) c_g_rec_mutex_unlock;
2719 
2720 	// glib.Regex
2721 
2722 	GRegex* function(const(char)* pattern, GRegexCompileFlags compileOptions, GRegexMatchFlags matchOptions, GError** err) c_g_regex_new;
2723 	int function(GRegex* regex) c_g_regex_get_capture_count;
2724 	GRegexCompileFlags function(GRegex* regex) c_g_regex_get_compile_flags;
2725 	int function(GRegex* regex) c_g_regex_get_has_cr_or_lf;
2726 	GRegexMatchFlags function(GRegex* regex) c_g_regex_get_match_flags;
2727 	int function(GRegex* regex) c_g_regex_get_max_backref;
2728 	int function(GRegex* regex) c_g_regex_get_max_lookbehind;
2729 	const(char)* function(GRegex* regex) c_g_regex_get_pattern;
2730 	int function(GRegex* regex, const(char)* name) c_g_regex_get_string_number;
2731 	int function(GRegex* regex, const(char)* string_, GRegexMatchFlags matchOptions, GMatchInfo** matchInfo) c_g_regex_match;
2732 	int function(GRegex* regex, const(char)* string_, GRegexMatchFlags matchOptions, GMatchInfo** matchInfo) c_g_regex_match_all;
2733 	int function(GRegex* regex, char* string_, ptrdiff_t stringLen, int startPosition, GRegexMatchFlags matchOptions, GMatchInfo** matchInfo, GError** err) c_g_regex_match_all_full;
2734 	int function(GRegex* regex, char* string_, ptrdiff_t stringLen, int startPosition, GRegexMatchFlags matchOptions, GMatchInfo** matchInfo, GError** err) c_g_regex_match_full;
2735 	GRegex* function(GRegex* regex) c_g_regex_ref;
2736 	char* function(GRegex* regex, char* string_, ptrdiff_t stringLen, int startPosition, const(char)* replacement, GRegexMatchFlags matchOptions, GError** err) c_g_regex_replace;
2737 	char* function(GRegex* regex, char* string_, ptrdiff_t stringLen, int startPosition, GRegexMatchFlags matchOptions, GRegexEvalCallback eval, void* userData, GError** err) c_g_regex_replace_eval;
2738 	char* function(GRegex* regex, char* string_, ptrdiff_t stringLen, int startPosition, const(char)* replacement, GRegexMatchFlags matchOptions, GError** err) c_g_regex_replace_literal;
2739 	char** function(GRegex* regex, const(char)* string_, GRegexMatchFlags matchOptions) c_g_regex_split;
2740 	char** function(GRegex* regex, char* string_, ptrdiff_t stringLen, int startPosition, GRegexMatchFlags matchOptions, int maxTokens, GError** err) c_g_regex_split_full;
2741 	void function(GRegex* regex) c_g_regex_unref;
2742 	int function(const(char)* replacement, int* hasReferences, GError** err) c_g_regex_check_replacement;
2743 	GQuark function() c_g_regex_error_quark;
2744 	char* function(const(char)* string_, int length) c_g_regex_escape_nul;
2745 	char* function(char* string_, int length) c_g_regex_escape_string;
2746 	int function(const(char)* pattern, const(char)* string_, GRegexCompileFlags compileOptions, GRegexMatchFlags matchOptions) c_g_regex_match_simple;
2747 	char** function(const(char)* pattern, const(char)* string_, GRegexCompileFlags compileOptions, GRegexMatchFlags matchOptions) c_g_regex_split_simple;
2748 
2749 	// glib.ListSG
2750 
2751 	GSList* function() c_g_slist_alloc;
2752 	GSList* function(GSList* list, void* data) c_g_slist_append;
2753 	GSList* function(GSList* list1, GSList* list2) c_g_slist_concat;
2754 	GSList* function(GSList* list) c_g_slist_copy;
2755 	GSList* function(GSList* list, GCopyFunc func, void* userData) c_g_slist_copy_deep;
2756 	GSList* function(GSList* list, GSList* link) c_g_slist_delete_link;
2757 	GSList* function(GSList* list, void* data) c_g_slist_find;
2758 	GSList* function(GSList* list, void* data, GCompareFunc func) c_g_slist_find_custom;
2759 	void function(GSList* list, GFunc func, void* userData) c_g_slist_foreach;
2760 	void function(GSList* list) c_g_slist_free;
2761 	void function(GSList* list) c_g_slist_free_1;
2762 	void function(GSList* list, GDestroyNotify freeFunc) c_g_slist_free_full;
2763 	int function(GSList* list, void* data) c_g_slist_index;
2764 	GSList* function(GSList* list, void* data, int position) c_g_slist_insert;
2765 	GSList* function(GSList* slist, GSList* sibling, void* data) c_g_slist_insert_before;
2766 	GSList* function(GSList* list, void* data, GCompareFunc func) c_g_slist_insert_sorted;
2767 	GSList* function(GSList* list, void* data, GCompareDataFunc func, void* userData) c_g_slist_insert_sorted_with_data;
2768 	GSList* function(GSList* list) c_g_slist_last;
2769 	uint function(GSList* list) c_g_slist_length;
2770 	GSList* function(GSList* list, uint n) c_g_slist_nth;
2771 	void* function(GSList* list, uint n) c_g_slist_nth_data;
2772 	int function(GSList* list, GSList* llink) c_g_slist_position;
2773 	GSList* function(GSList* list, void* data) c_g_slist_prepend;
2774 	GSList* function(GSList* list, void* data) c_g_slist_remove;
2775 	GSList* function(GSList* list, void* data) c_g_slist_remove_all;
2776 	GSList* function(GSList* list, GSList* link) c_g_slist_remove_link;
2777 	GSList* function(GSList* list) c_g_slist_reverse;
2778 	GSList* function(GSList* list, GCompareFunc compareFunc) c_g_slist_sort;
2779 	GSList* function(GSList* list, GCompareDataFunc compareFunc, void* userData) c_g_slist_sort_with_data;
2780 	void function(GSList** slistPtr, GDestroyNotify destroy) c_g_clear_slist;
2781 
2782 	// glib.ScannerG
2783 
2784 	uint function(GScanner* scanner) c_g_scanner_cur_line;
2785 	uint function(GScanner* scanner) c_g_scanner_cur_position;
2786 	GTokenType function(GScanner* scanner) c_g_scanner_cur_token;
2787 	GTokenValue function(GScanner* scanner) c_g_scanner_cur_value;
2788 	void function(GScanner* scanner) c_g_scanner_destroy;
2789 	int function(GScanner* scanner) c_g_scanner_eof;
2790 	void function(GScanner* scanner, const(char)* format, ... ) c_g_scanner_error;
2791 	GTokenType function(GScanner* scanner) c_g_scanner_get_next_token;
2792 	void function(GScanner* scanner, int inputFd) c_g_scanner_input_file;
2793 	void function(GScanner* scanner, const(char)* text, uint textLen) c_g_scanner_input_text;
2794 	void* function(GScanner* scanner, const(char)* symbol) c_g_scanner_lookup_symbol;
2795 	GTokenType function(GScanner* scanner) c_g_scanner_peek_next_token;
2796 	void function(GScanner* scanner, uint scopeId, const(char)* symbol, void* value) c_g_scanner_scope_add_symbol;
2797 	void function(GScanner* scanner, uint scopeId, GHFunc func, void* userData) c_g_scanner_scope_foreach_symbol;
2798 	void* function(GScanner* scanner, uint scopeId, const(char)* symbol) c_g_scanner_scope_lookup_symbol;
2799 	void function(GScanner* scanner, uint scopeId, const(char)* symbol) c_g_scanner_scope_remove_symbol;
2800 	uint function(GScanner* scanner, uint scopeId) c_g_scanner_set_scope;
2801 	void function(GScanner* scanner) c_g_scanner_sync_file_offset;
2802 	void function(GScanner* scanner, GTokenType expectedToken, const(char)* identifierSpec, const(char)* symbolSpec, const(char)* symbolName, const(char)* message, int isError) c_g_scanner_unexp_token;
2803 	void function(GScanner* scanner, const(char)* format, ... ) c_g_scanner_warn;
2804 	GScanner* function(GScannerConfig* configTempl) c_g_scanner_new;
2805 
2806 	// glib.Sequence
2807 
2808 	GSequenceIter* function(GSequence* seq, void* data) c_g_sequence_append;
2809 	void function(GSequence* seq, GFunc func, void* userData) c_g_sequence_foreach;
2810 	void function(GSequence* seq) c_g_sequence_free;
2811 	GSequenceIter* function(GSequence* seq) c_g_sequence_get_begin_iter;
2812 	GSequenceIter* function(GSequence* seq) c_g_sequence_get_end_iter;
2813 	GSequenceIter* function(GSequence* seq, int pos) c_g_sequence_get_iter_at_pos;
2814 	int function(GSequence* seq) c_g_sequence_get_length;
2815 	GSequenceIter* function(GSequence* seq, void* data, GCompareDataFunc cmpFunc, void* cmpData) c_g_sequence_insert_sorted;
2816 	GSequenceIter* function(GSequence* seq, void* data, GSequenceIterCompareFunc iterCmp, void* cmpData) c_g_sequence_insert_sorted_iter;
2817 	int function(GSequence* seq) c_g_sequence_is_empty;
2818 	GSequenceIter* function(GSequence* seq, void* data, GCompareDataFunc cmpFunc, void* cmpData) c_g_sequence_lookup;
2819 	GSequenceIter* function(GSequence* seq, void* data, GSequenceIterCompareFunc iterCmp, void* cmpData) c_g_sequence_lookup_iter;
2820 	GSequenceIter* function(GSequence* seq, void* data) c_g_sequence_prepend;
2821 	GSequenceIter* function(GSequence* seq, void* data, GCompareDataFunc cmpFunc, void* cmpData) c_g_sequence_search;
2822 	GSequenceIter* function(GSequence* seq, void* data, GSequenceIterCompareFunc iterCmp, void* cmpData) c_g_sequence_search_iter;
2823 	void function(GSequence* seq, GCompareDataFunc cmpFunc, void* cmpData) c_g_sequence_sort;
2824 	void function(GSequence* seq, GSequenceIterCompareFunc cmpFunc, void* cmpData) c_g_sequence_sort_iter;
2825 	void function(GSequenceIter* begin, GSequenceIter* end, GFunc func, void* userData) c_g_sequence_foreach_range;
2826 	void* function(GSequenceIter* iter) c_g_sequence_get;
2827 	GSequenceIter* function(GSequenceIter* iter, void* data) c_g_sequence_insert_before;
2828 	void function(GSequenceIter* src, GSequenceIter* dest) c_g_sequence_move;
2829 	void function(GSequenceIter* dest, GSequenceIter* begin, GSequenceIter* end) c_g_sequence_move_range;
2830 	GSequence* function(GDestroyNotify dataDestroy) c_g_sequence_new;
2831 	GSequenceIter* function(GSequenceIter* begin, GSequenceIter* end) c_g_sequence_range_get_midpoint;
2832 	void function(GSequenceIter* iter) c_g_sequence_remove;
2833 	void function(GSequenceIter* begin, GSequenceIter* end) c_g_sequence_remove_range;
2834 	void function(GSequenceIter* iter, void* data) c_g_sequence_set;
2835 	void function(GSequenceIter* iter, GCompareDataFunc cmpFunc, void* cmpData) c_g_sequence_sort_changed;
2836 	void function(GSequenceIter* iter, GSequenceIterCompareFunc iterCmp, void* cmpData) c_g_sequence_sort_changed_iter;
2837 	void function(GSequenceIter* a, GSequenceIter* b) c_g_sequence_swap;
2838 
2839 	// glib.SequenceIter
2840 
2841 	int function(GSequenceIter* a, GSequenceIter* b) c_g_sequence_iter_compare;
2842 	int function(GSequenceIter* iter) c_g_sequence_iter_get_position;
2843 	GSequence* function(GSequenceIter* iter) c_g_sequence_iter_get_sequence;
2844 	int function(GSequenceIter* iter) c_g_sequence_iter_is_begin;
2845 	int function(GSequenceIter* iter) c_g_sequence_iter_is_end;
2846 	GSequenceIter* function(GSequenceIter* iter, int delta) c_g_sequence_iter_move;
2847 	GSequenceIter* function(GSequenceIter* iter) c_g_sequence_iter_next;
2848 	GSequenceIter* function(GSequenceIter* iter) c_g_sequence_iter_prev;
2849 
2850 	// glib.Source
2851 
2852 	GSource* function(GSourceFuncs* sourceFuncs, uint structSize) c_g_source_new;
2853 	void function(GSource* source, GSource* childSource) c_g_source_add_child_source;
2854 	void function(GSource* source, GPollFD* fd) c_g_source_add_poll;
2855 	void* function(GSource* source, int fd, GIOCondition events) c_g_source_add_unix_fd;
2856 	uint function(GSource* source, GMainContext* context) c_g_source_attach;
2857 	void function(GSource* source) c_g_source_destroy;
2858 	int function(GSource* source) c_g_source_get_can_recurse;
2859 	GMainContext* function(GSource* source) c_g_source_get_context;
2860 	void function(GSource* source, GTimeVal* timeval) c_g_source_get_current_time;
2861 	uint function(GSource* source) c_g_source_get_id;
2862 	const(char)* function(GSource* source) c_g_source_get_name;
2863 	int function(GSource* source) c_g_source_get_priority;
2864 	long function(GSource* source) c_g_source_get_ready_time;
2865 	long function(GSource* source) c_g_source_get_time;
2866 	int function(GSource* source) c_g_source_is_destroyed;
2867 	void function(GSource* source, void* tag, GIOCondition newEvents) c_g_source_modify_unix_fd;
2868 	GIOCondition function(GSource* source, void* tag) c_g_source_query_unix_fd;
2869 	GSource* function(GSource* source) c_g_source_ref;
2870 	void function(GSource* source, GSource* childSource) c_g_source_remove_child_source;
2871 	void function(GSource* source, GPollFD* fd) c_g_source_remove_poll;
2872 	void function(GSource* source, void* tag) c_g_source_remove_unix_fd;
2873 	void function(GSource* source, GSourceFunc func, void* data, GDestroyNotify notify) c_g_source_set_callback;
2874 	void function(GSource* source, void* callbackData, GSourceCallbackFuncs* callbackFuncs) c_g_source_set_callback_indirect;
2875 	void function(GSource* source, int canRecurse) c_g_source_set_can_recurse;
2876 	void function(GSource* source, GSourceDisposeFunc dispose) c_g_source_set_dispose_function;
2877 	void function(GSource* source, GSourceFuncs* funcs) c_g_source_set_funcs;
2878 	void function(GSource* source, const(char)* name) c_g_source_set_name;
2879 	void function(GSource* source, int priority) c_g_source_set_priority;
2880 	void function(GSource* source, long readyTime) c_g_source_set_ready_time;
2881 	void function(GSource* source, const(char)* name) c_g_source_set_static_name;
2882 	void function(GSource* source) c_g_source_unref;
2883 	int function(uint tag) c_g_source_remove;
2884 	int function(GSourceFuncs* funcs, void* userData) c_g_source_remove_by_funcs_user_data;
2885 	int function(void* userData) c_g_source_remove_by_user_data;
2886 	void function(uint tag, const(char)* name) c_g_source_set_name_by_id;
2887 
2888 	// glib.StringG
2889 
2890 	GString* function(const(char)* init) c_g_string_new;
2891 	GString* function(const(char)* init, ptrdiff_t len) c_g_string_new_len;
2892 	GString* function(size_t dflSize) c_g_string_sized_new;
2893 	GString* function(GString* string_, const(char)* val) c_g_string_append;
2894 	GString* function(GString* string_, char c) c_g_string_append_c;
2895 	GString* function(GString* string_, const(char)* val, ptrdiff_t len) c_g_string_append_len;
2896 	void function(GString* string_, const(char)* format, ... ) c_g_string_append_printf;
2897 	GString* function(GString* string_, dchar wc) c_g_string_append_unichar;
2898 	GString* function(GString* string_, const(char)* unescaped, const(char)* reservedCharsAllowed, int allowUtf8) c_g_string_append_uri_escaped;
2899 	void function(GString* string_, const(char)* format, void* args) c_g_string_append_vprintf;
2900 	GString* function(GString* string_) c_g_string_ascii_down;
2901 	GString* function(GString* string_) c_g_string_ascii_up;
2902 	GString* function(GString* string_, const(char)* rval) c_g_string_assign;
2903 	GString* function(GString* string_) c_g_string_down;
2904 	int function(GString* v, GString* v2) c_g_string_equal;
2905 	GString* function(GString* string_, ptrdiff_t pos, ptrdiff_t len) c_g_string_erase;
2906 	char* function(GString* string_, int freeSegment) c_g_string_free;
2907 	GBytes* function(GString* string_) c_g_string_free_to_bytes;
2908 	uint function(GString* str) c_g_string_hash;
2909 	GString* function(GString* string_, ptrdiff_t pos, const(char)* val) c_g_string_insert;
2910 	GString* function(GString* string_, ptrdiff_t pos, char c) c_g_string_insert_c;
2911 	GString* function(GString* string_, ptrdiff_t pos, const(char)* val, ptrdiff_t len) c_g_string_insert_len;
2912 	GString* function(GString* string_, ptrdiff_t pos, dchar wc) c_g_string_insert_unichar;
2913 	GString* function(GString* string_, size_t pos, const(char)* val) c_g_string_overwrite;
2914 	GString* function(GString* string_, size_t pos, const(char)* val, ptrdiff_t len) c_g_string_overwrite_len;
2915 	GString* function(GString* string_, const(char)* val) c_g_string_prepend;
2916 	GString* function(GString* string_, char c) c_g_string_prepend_c;
2917 	GString* function(GString* string_, const(char)* val, ptrdiff_t len) c_g_string_prepend_len;
2918 	GString* function(GString* string_, dchar wc) c_g_string_prepend_unichar;
2919 	void function(GString* string_, const(char)* format, ... ) c_g_string_printf;
2920 	uint function(GString* string_, const(char)* find, const(char)* replace, uint limit) c_g_string_replace;
2921 	GString* function(GString* string_, size_t len) c_g_string_set_size;
2922 	GString* function(GString* string_, size_t len) c_g_string_truncate;
2923 	GString* function(GString* string_) c_g_string_up;
2924 	void function(GString* string_, const(char)* format, void* args) c_g_string_vprintf;
2925 	char* function(const(char)* str) c_g_ref_string_new;
2926 	char* function(const(char)* str, ptrdiff_t len) c_g_ref_string_new_len;
2927 
2928 	// glib.StringChunk
2929 
2930 	void function(GStringChunk* chunk) c_g_string_chunk_clear;
2931 	void function(GStringChunk* chunk) c_g_string_chunk_free;
2932 	char* function(GStringChunk* chunk, const(char)* string_) c_g_string_chunk_insert;
2933 	char* function(GStringChunk* chunk, const(char)* string_) c_g_string_chunk_insert_const;
2934 	char* function(GStringChunk* chunk, const(char)* string_, ptrdiff_t len) c_g_string_chunk_insert_len;
2935 	GStringChunk* function(size_t size) c_g_string_chunk_new;
2936 
2937 	// glib.StrvBuilder
2938 
2939 	void function(GStrvBuilder* builder, const(char)* value) c_g_strv_builder_add;
2940 	void function(GStrvBuilder* builder, ... ) c_g_strv_builder_add_many;
2941 	void function(GStrvBuilder* builder, char** value) c_g_strv_builder_addv;
2942 	GStrv function(GStrvBuilder* builder) c_g_strv_builder_end;
2943 	GStrvBuilder* function(GStrvBuilder* builder) c_g_strv_builder_ref;
2944 	void function(GStrvBuilder* builder) c_g_strv_builder_unref;
2945 	GStrvBuilder* function() c_g_strv_builder_new;
2946 
2947 	// glib.TestCase
2948 
2949 	void function(GTestCase* testCase) c_g_test_case_free;
2950 
2951 	// glib.TestLogBuffer
2952 
2953 	void function(GTestLogBuffer* tbuffer) c_g_test_log_buffer_free;
2954 	GTestLogMsg* function(GTestLogBuffer* tbuffer) c_g_test_log_buffer_pop;
2955 	void function(GTestLogBuffer* tbuffer, uint nBytes, ubyte* bytes) c_g_test_log_buffer_push;
2956 	GTestLogBuffer* function() c_g_test_log_buffer_new;
2957 
2958 	// glib.TestLogMsg
2959 
2960 	void function(GTestLogMsg* tmsg) c_g_test_log_msg_free;
2961 
2962 	// glib.TestSuite
2963 
2964 	void function(GTestSuite* suite, GTestCase* testCase) c_g_test_suite_add;
2965 	void function(GTestSuite* suite, GTestSuite* nestedsuite) c_g_test_suite_add_suite;
2966 	void function(GTestSuite* suite) c_g_test_suite_free;
2967 
2968 	// glib.Thread
2969 
2970 	GThread* function(const(char)* name, GThreadFunc func, void* data) c_g_thread_new;
2971 	GThread* function(const(char)* name, GThreadFunc func, void* data, GError** err) c_g_thread_try_new;
2972 	void* function(GThread* thread) c_g_thread_join;
2973 	GThread* function(GThread* thread) c_g_thread_ref;
2974 	void function(GThread* thread) c_g_thread_unref;
2975 	GQuark function() c_g_thread_error_quark;
2976 	void function(void* retval) c_g_thread_exit;
2977 	GThread* function() c_g_thread_self;
2978 	void function() c_g_thread_yield;
2979 	void function(int* address, int lockBit) c_g_bit_lock;
2980 	int function(int* address, int lockBit) c_g_bit_trylock;
2981 	void function(int* address, int lockBit) c_g_bit_unlock;
2982 	uint function() c_g_get_num_processors;
2983 	void function(void* address, int lockBit) c_g_pointer_bit_lock;
2984 	int function(void* address, int lockBit) c_g_pointer_bit_trylock;
2985 	void function(void* address, int lockBit) c_g_pointer_bit_unlock;
2986 
2987 	// glib.ThreadPool
2988 
2989 	void function(GThreadPool* pool, int immediate, int wait) c_g_thread_pool_free;
2990 	int function(GThreadPool* pool) c_g_thread_pool_get_max_threads;
2991 	uint function(GThreadPool* pool) c_g_thread_pool_get_num_threads;
2992 	int function(GThreadPool* pool, void* data) c_g_thread_pool_move_to_front;
2993 	int function(GThreadPool* pool, void* data, GError** err) c_g_thread_pool_push;
2994 	int function(GThreadPool* pool, int maxThreads, GError** err) c_g_thread_pool_set_max_threads;
2995 	void function(GThreadPool* pool, GCompareDataFunc func, void* userData) c_g_thread_pool_set_sort_function;
2996 	uint function(GThreadPool* pool) c_g_thread_pool_unprocessed;
2997 	uint function() c_g_thread_pool_get_max_idle_time;
2998 	int function() c_g_thread_pool_get_max_unused_threads;
2999 	uint function() c_g_thread_pool_get_num_unused_threads;
3000 	GThreadPool* function(GFunc func, void* userData, int maxThreads, int exclusive, GError** err) c_g_thread_pool_new;
3001 	GThreadPool* function(GFunc func, void* userData, GDestroyNotify itemFreeFunc, int maxThreads, int exclusive, GError** err) c_g_thread_pool_new_full;
3002 	void function(uint interval) c_g_thread_pool_set_max_idle_time;
3003 	void function(int maxThreads) c_g_thread_pool_set_max_unused_threads;
3004 	void function() c_g_thread_pool_stop_unused_threads;
3005 
3006 	// glib.TimeVal
3007 
3008 	void function(GTimeVal* time, glong microseconds) c_g_time_val_add;
3009 	char* function(GTimeVal* time) c_g_time_val_to_iso8601;
3010 	int function(const(char)* isoDate, GTimeVal* time) c_g_time_val_from_iso8601;
3011 	void function(GTimeVal* result) c_g_get_current_time;
3012 	long function() c_g_get_monotonic_time;
3013 	long function() c_g_get_real_time;
3014 	void function(gulong microseconds) c_g_usleep;
3015 
3016 	// glib.TimeZone
3017 
3018 	GTimeZone* function(const(char)* identifier) c_g_time_zone_new;
3019 	GTimeZone* function(const(char)* identifier) c_g_time_zone_new_identifier;
3020 	GTimeZone* function() c_g_time_zone_new_local;
3021 	GTimeZone* function(int seconds) c_g_time_zone_new_offset;
3022 	GTimeZone* function() c_g_time_zone_new_utc;
3023 	int function(GTimeZone* tz, GTimeType type, long* time) c_g_time_zone_adjust_time;
3024 	int function(GTimeZone* tz, GTimeType type, long time) c_g_time_zone_find_interval;
3025 	const(char)* function(GTimeZone* tz, int interval) c_g_time_zone_get_abbreviation;
3026 	const(char)* function(GTimeZone* tz) c_g_time_zone_get_identifier;
3027 	int function(GTimeZone* tz, int interval) c_g_time_zone_get_offset;
3028 	int function(GTimeZone* tz, int interval) c_g_time_zone_is_dst;
3029 	GTimeZone* function(GTimeZone* tz) c_g_time_zone_ref;
3030 	void function(GTimeZone* tz) c_g_time_zone_unref;
3031 
3032 	// glib.Timer
3033 
3034 	void function(GTimer* timer) c_g_timer_continue;
3035 	void function(GTimer* timer) c_g_timer_destroy;
3036 	double function(GTimer* timer, gulong* microseconds) c_g_timer_elapsed;
3037 	int function(GTimer* timer) c_g_timer_is_active;
3038 	void function(GTimer* timer) c_g_timer_reset;
3039 	void function(GTimer* timer) c_g_timer_start;
3040 	void function(GTimer* timer) c_g_timer_stop;
3041 	GTimer* function() c_g_timer_new;
3042 
3043 	// glib.TrashStack
3044 
3045 	uint function(GTrashStack** stackP) c_g_trash_stack_height;
3046 	void* function(GTrashStack** stackP) c_g_trash_stack_peek;
3047 	void* function(GTrashStack** stackP) c_g_trash_stack_pop;
3048 	void function(GTrashStack** stackP, void* dataP) c_g_trash_stack_push;
3049 
3050 	// glib.BBTree
3051 
3052 	GTree* function(GCompareFunc keyCompareFunc) c_g_tree_new;
3053 	GTree* function(GCompareDataFunc keyCompareFunc, void* keyCompareData, GDestroyNotify keyDestroyFunc, GDestroyNotify valueDestroyFunc) c_g_tree_new_full;
3054 	GTree* function(GCompareDataFunc keyCompareFunc, void* keyCompareData) c_g_tree_new_with_data;
3055 	void function(GTree* tree) c_g_tree_destroy;
3056 	void function(GTree* tree, GTraverseFunc func, void* userData) c_g_tree_foreach;
3057 	void function(GTree* tree, GTraverseNodeFunc func, void* userData) c_g_tree_foreach_node;
3058 	int function(GTree* tree) c_g_tree_height;
3059 	void function(GTree* tree, void* key, void* value) c_g_tree_insert;
3060 	GTreeNode* function(GTree* tree, void* key, void* value) c_g_tree_insert_node;
3061 	void* function(GTree* tree, void* key) c_g_tree_lookup;
3062 	int function(GTree* tree, void* lookupKey, void** origKey, void** value) c_g_tree_lookup_extended;
3063 	GTreeNode* function(GTree* tree, void* key) c_g_tree_lookup_node;
3064 	GTreeNode* function(GTree* tree, void* key) c_g_tree_lower_bound;
3065 	int function(GTree* tree) c_g_tree_nnodes;
3066 	GTreeNode* function(GTree* tree) c_g_tree_node_first;
3067 	GTreeNode* function(GTree* tree) c_g_tree_node_last;
3068 	GTree* function(GTree* tree) c_g_tree_ref;
3069 	int function(GTree* tree, void* key) c_g_tree_remove;
3070 	void function(GTree* tree) c_g_tree_remove_all;
3071 	void function(GTree* tree, void* key, void* value) c_g_tree_replace;
3072 	GTreeNode* function(GTree* tree, void* key, void* value) c_g_tree_replace_node;
3073 	void* function(GTree* tree, GCompareFunc searchFunc, void* userData) c_g_tree_search;
3074 	GTreeNode* function(GTree* tree, GCompareFunc searchFunc, void* userData) c_g_tree_search_node;
3075 	int function(GTree* tree, void* key) c_g_tree_steal;
3076 	void function(GTree* tree, GTraverseFunc traverseFunc, GTraverseType traverseType, void* userData) c_g_tree_traverse;
3077 	void function(GTree* tree) c_g_tree_unref;
3078 	GTreeNode* function(GTree* tree, void* key) c_g_tree_upper_bound;
3079 
3080 	// glib.TreeNode
3081 
3082 	void* function(GTreeNode* node) c_g_tree_node_key;
3083 	GTreeNode* function(GTreeNode* node) c_g_tree_node_next;
3084 	GTreeNode* function(GTreeNode* node) c_g_tree_node_previous;
3085 	void* function(GTreeNode* node) c_g_tree_node_value;
3086 
3087 	// glib.URI
3088 
3089 	const(char)* function(GUri* uri) c_g_uri_get_auth_params;
3090 	GUriFlags function(GUri* uri) c_g_uri_get_flags;
3091 	const(char)* function(GUri* uri) c_g_uri_get_fragment;
3092 	const(char)* function(GUri* uri) c_g_uri_get_host;
3093 	const(char)* function(GUri* uri) c_g_uri_get_password;
3094 	const(char)* function(GUri* uri) c_g_uri_get_path;
3095 	int function(GUri* uri) c_g_uri_get_port;
3096 	const(char)* function(GUri* uri) c_g_uri_get_query;
3097 	const(char)* function(GUri* uri) c_g_uri_get_scheme;
3098 	const(char)* function(GUri* uri) c_g_uri_get_user;
3099 	const(char)* function(GUri* uri) c_g_uri_get_userinfo;
3100 	GUri* function(GUri* baseUri, const(char)* uriRef, GUriFlags flags, GError** err) c_g_uri_parse_relative;
3101 	GUri* function(GUri* uri) c_g_uri_ref;
3102 	char* function(GUri* uri) c_g_uri_to_string;
3103 	char* function(GUri* uri, GUriHideFlags flags) c_g_uri_to_string_partial;
3104 	void function(GUri* uri) c_g_uri_unref;
3105 	GUri* function(GUriFlags flags, const(char)* scheme, const(char)* userinfo, const(char)* host, int port, const(char)* path, const(char)* query, const(char)* fragment) c_g_uri_build;
3106 	GUri* function(GUriFlags flags, const(char)* scheme, const(char)* user, const(char)* password, const(char)* authParams, const(char)* host, int port, const(char)* path, const(char)* query, const(char)* fragment) c_g_uri_build_with_user;
3107 	GQuark function() c_g_uri_error_quark;
3108 	char* function(ubyte* unescaped, size_t length, const(char)* reservedCharsAllowed) c_g_uri_escape_bytes;
3109 	char* function(const(char)* unescaped, const(char)* reservedCharsAllowed, int allowUtf8) c_g_uri_escape_string;
3110 	int function(const(char)* uriString, GUriFlags flags, GError** err) c_g_uri_is_valid;
3111 	char* function(GUriFlags flags, const(char)* scheme, const(char)* userinfo, const(char)* host, int port, const(char)* path, const(char)* query, const(char)* fragment) c_g_uri_join;
3112 	char* function(GUriFlags flags, const(char)* scheme, const(char)* user, const(char)* password, const(char)* authParams, const(char)* host, int port, const(char)* path, const(char)* query, const(char)* fragment) c_g_uri_join_with_user;
3113 	char** function(const(char)* uriList) c_g_uri_list_extract_uris;
3114 	GUri* function(const(char)* uriString, GUriFlags flags, GError** err) c_g_uri_parse;
3115 	GHashTable* function(const(char)* params, ptrdiff_t length, const(char)* separators, GUriParamsFlags flags, GError** err) c_g_uri_parse_params;
3116 	char* function(const(char)* uri) c_g_uri_parse_scheme;
3117 	const(char)* function(const(char)* uri) c_g_uri_peek_scheme;
3118 	char* function(const(char)* baseUriString, const(char)* uriRef, GUriFlags flags, GError** err) c_g_uri_resolve_relative;
3119 	int function(const(char)* uriRef, GUriFlags flags, char** scheme, char** userinfo, char** host, int* port, char** path, char** query, char** fragment, GError** err) c_g_uri_split;
3120 	int function(const(char)* uriString, GUriFlags flags, char** scheme, char** host, int* port, GError** err) c_g_uri_split_network;
3121 	int function(const(char)* uriRef, GUriFlags flags, char** scheme, char** user, char** password, char** authParams, char** host, int* port, char** path, char** query, char** fragment, GError** err) c_g_uri_split_with_user;
3122 	GBytes* function(const(char)* escapedString, ptrdiff_t length, const(char)* illegalCharacters, GError** err) c_g_uri_unescape_bytes;
3123 	char* function(const(char)* escapedString, const(char)* escapedStringEnd, const(char)* illegalCharacters) c_g_uri_unescape_segment;
3124 	char* function(const(char)* escapedString, const(char)* illegalCharacters) c_g_uri_unescape_string;
3125 
3126 	// glib.UriParamsIter
3127 
3128 	void function(GUriParamsIter* iter, const(char)* params, ptrdiff_t length, const(char)* separators, GUriParamsFlags flags) c_g_uri_params_iter_init;
3129 	int function(GUriParamsIter* iter, char** attribute, char** value, GError** err) c_g_uri_params_iter_next;
3130 
3131 	// glib.Variant
3132 
3133 	GVariant* function(const(char)* formatString, ... ) c_g_variant_new;
3134 	GVariant* function(GVariantType* childType, GVariant** children, size_t nChildren) c_g_variant_new_array;
3135 	GVariant* function(int value) c_g_variant_new_boolean;
3136 	GVariant* function(ubyte value) c_g_variant_new_byte;
3137 	GVariant* function(char* string_) c_g_variant_new_bytestring;
3138 	GVariant* function(char** strv, ptrdiff_t length) c_g_variant_new_bytestring_array;
3139 	GVariant* function(GVariant* key, GVariant* value) c_g_variant_new_dict_entry;
3140 	GVariant* function(double value) c_g_variant_new_double;
3141 	GVariant* function(GVariantType* elementType, void* elements, size_t nElements, size_t elementSize) c_g_variant_new_fixed_array;
3142 	GVariant* function(GVariantType* type, GBytes* bytes, int trusted) c_g_variant_new_from_bytes;
3143 	GVariant* function(GVariantType* type, void* data, size_t size, int trusted, GDestroyNotify notify, void* userData) c_g_variant_new_from_data;
3144 	GVariant* function(int value) c_g_variant_new_handle;
3145 	GVariant* function(short value) c_g_variant_new_int16;
3146 	GVariant* function(int value) c_g_variant_new_int32;
3147 	GVariant* function(long value) c_g_variant_new_int64;
3148 	GVariant* function(GVariantType* childType, GVariant* child) c_g_variant_new_maybe;
3149 	GVariant* function(const(char)* objectPath) c_g_variant_new_object_path;
3150 	GVariant* function(char** strv, ptrdiff_t length) c_g_variant_new_objv;
3151 	GVariant* function(const(char)* format, ... ) c_g_variant_new_parsed;
3152 	GVariant* function(const(char)* format, void** app) c_g_variant_new_parsed_va;
3153 	GVariant* function(const(char)* formatString, ... ) c_g_variant_new_printf;
3154 	GVariant* function(const(char)* signature) c_g_variant_new_signature;
3155 	GVariant* function(const(char)* string_) c_g_variant_new_string;
3156 	GVariant* function(char** strv, ptrdiff_t length) c_g_variant_new_strv;
3157 	GVariant* function(char* string_) c_g_variant_new_take_string;
3158 	GVariant* function(GVariant** children, size_t nChildren) c_g_variant_new_tuple;
3159 	GVariant* function(ushort value) c_g_variant_new_uint16;
3160 	GVariant* function(uint value) c_g_variant_new_uint32;
3161 	GVariant* function(ulong value) c_g_variant_new_uint64;
3162 	GVariant* function(const(char)* formatString, char** endptr, void** app) c_g_variant_new_va;
3163 	GVariant* function(GVariant* value) c_g_variant_new_variant;
3164 	GVariant* function(GVariant* value) c_g_variant_byteswap;
3165 	int function(GVariant* value, const(char)* formatString, int copyOnly) c_g_variant_check_format_string;
3166 	GVariantClass function(GVariant* value) c_g_variant_classify;
3167 	int function(void* one, void* two) c_g_variant_compare;
3168 	char* function(GVariant* value, size_t* length) c_g_variant_dup_bytestring;
3169 	char** function(GVariant* value, size_t* length) c_g_variant_dup_bytestring_array;
3170 	char** function(GVariant* value, size_t* length) c_g_variant_dup_objv;
3171 	char* function(GVariant* value, size_t* length) c_g_variant_dup_string;
3172 	char** function(GVariant* value, size_t* length) c_g_variant_dup_strv;
3173 	int function(void* one, void* two) c_g_variant_equal;
3174 	void function(GVariant* value, const(char)* formatString, ... ) c_g_variant_get;
3175 	int function(GVariant* value) c_g_variant_get_boolean;
3176 	ubyte function(GVariant* value) c_g_variant_get_byte;
3177 	char* function(GVariant* value) c_g_variant_get_bytestring;
3178 	char** function(GVariant* value, size_t* length) c_g_variant_get_bytestring_array;
3179 	void function(GVariant* value, size_t index, const(char)* formatString, ... ) c_g_variant_get_child;
3180 	GVariant* function(GVariant* value, size_t index) c_g_variant_get_child_value;
3181 	void* function(GVariant* value) c_g_variant_get_data;
3182 	GBytes* function(GVariant* value) c_g_variant_get_data_as_bytes;
3183 	double function(GVariant* value) c_g_variant_get_double;
3184 	void* function(GVariant* value, size_t* nElements, size_t elementSize) c_g_variant_get_fixed_array;
3185 	int function(GVariant* value) c_g_variant_get_handle;
3186 	short function(GVariant* value) c_g_variant_get_int16;
3187 	int function(GVariant* value) c_g_variant_get_int32;
3188 	long function(GVariant* value) c_g_variant_get_int64;
3189 	GVariant* function(GVariant* value) c_g_variant_get_maybe;
3190 	GVariant* function(GVariant* value) c_g_variant_get_normal_form;
3191 	char** function(GVariant* value, size_t* length) c_g_variant_get_objv;
3192 	size_t function(GVariant* value) c_g_variant_get_size;
3193 	const(char)* function(GVariant* value, size_t* length) c_g_variant_get_string;
3194 	char** function(GVariant* value, size_t* length) c_g_variant_get_strv;
3195 	GVariantType* function(GVariant* value) c_g_variant_get_type;
3196 	const(char)* function(GVariant* value) c_g_variant_get_type_string;
3197 	ushort function(GVariant* value) c_g_variant_get_uint16;
3198 	uint function(GVariant* value) c_g_variant_get_uint32;
3199 	ulong function(GVariant* value) c_g_variant_get_uint64;
3200 	void function(GVariant* value, const(char)* formatString, char** endptr, void** app) c_g_variant_get_va;
3201 	GVariant* function(GVariant* value) c_g_variant_get_variant;
3202 	uint function(void* value) c_g_variant_hash;
3203 	int function(GVariant* value) c_g_variant_is_container;
3204 	int function(GVariant* value) c_g_variant_is_floating;
3205 	int function(GVariant* value) c_g_variant_is_normal_form;
3206 	int function(GVariant* value, GVariantType* type) c_g_variant_is_of_type;
3207 	GVariantIter* function(GVariant* value) c_g_variant_iter_new;
3208 	int function(GVariant* dictionary, const(char)* key, const(char)* formatString, ... ) c_g_variant_lookup;
3209 	GVariant* function(GVariant* dictionary, const(char)* key, GVariantType* expectedType) c_g_variant_lookup_value;
3210 	size_t function(GVariant* value) c_g_variant_n_children;
3211 	char* function(GVariant* value, int typeAnnotate) c_g_variant_print;
3212 	GString* function(GVariant* value, GString* string_, int typeAnnotate) c_g_variant_print_string;
3213 	GVariant* function(GVariant* value) c_g_variant_ref;
3214 	GVariant* function(GVariant* value) c_g_variant_ref_sink;
3215 	void function(GVariant* value, void* data) c_g_variant_store;
3216 	GVariant* function(GVariant* value) c_g_variant_take_ref;
3217 	void function(GVariant* value) c_g_variant_unref;
3218 	int function(const(char)* string_) c_g_variant_is_object_path;
3219 	int function(const(char)* string_) c_g_variant_is_signature;
3220 	GVariant* function(GVariantType* type, const(char)* text, const(char)* limit, char** endptr, GError** err) c_g_variant_parse;
3221 	char* function(GError* error, const(char)* sourceStr) c_g_variant_parse_error_print_context;
3222 	GQuark function() c_g_variant_parse_error_quark;
3223 	GQuark function() c_g_variant_parser_get_error_quark;
3224 
3225 	// glib.VariantBuilder
3226 
3227 	GVariantBuilder* function(GVariantType* type) c_g_variant_builder_new;
3228 	void function(GVariantBuilder* builder, const(char)* formatString, ... ) c_g_variant_builder_add;
3229 	void function(GVariantBuilder* builder, const(char)* format, ... ) c_g_variant_builder_add_parsed;
3230 	void function(GVariantBuilder* builder, GVariant* value) c_g_variant_builder_add_value;
3231 	void function(GVariantBuilder* builder) c_g_variant_builder_clear;
3232 	void function(GVariantBuilder* builder) c_g_variant_builder_close;
3233 	GVariant* function(GVariantBuilder* builder) c_g_variant_builder_end;
3234 	void function(GVariantBuilder* builder, GVariantType* type) c_g_variant_builder_init;
3235 	void function(GVariantBuilder* builder, GVariantType* type) c_g_variant_builder_open;
3236 	GVariantBuilder* function(GVariantBuilder* builder) c_g_variant_builder_ref;
3237 	void function(GVariantBuilder* builder) c_g_variant_builder_unref;
3238 
3239 	// glib.VariantDict
3240 
3241 	GVariantDict* function(GVariant* fromAsv) c_g_variant_dict_new;
3242 	void function(GVariantDict* dict) c_g_variant_dict_clear;
3243 	int function(GVariantDict* dict, const(char)* key) c_g_variant_dict_contains;
3244 	GVariant* function(GVariantDict* dict) c_g_variant_dict_end;
3245 	void function(GVariantDict* dict, GVariant* fromAsv) c_g_variant_dict_init;
3246 	void function(GVariantDict* dict, const(char)* key, const(char)* formatString, ... ) c_g_variant_dict_insert;
3247 	void function(GVariantDict* dict, const(char)* key, GVariant* value) c_g_variant_dict_insert_value;
3248 	int function(GVariantDict* dict, const(char)* key, const(char)* formatString, ... ) c_g_variant_dict_lookup;
3249 	GVariant* function(GVariantDict* dict, const(char)* key, GVariantType* expectedType) c_g_variant_dict_lookup_value;
3250 	GVariantDict* function(GVariantDict* dict) c_g_variant_dict_ref;
3251 	int function(GVariantDict* dict, const(char)* key) c_g_variant_dict_remove;
3252 	void function(GVariantDict* dict) c_g_variant_dict_unref;
3253 
3254 	// glib.VariantIter
3255 
3256 	GVariantIter* function(GVariantIter* iter) c_g_variant_iter_copy;
3257 	void function(GVariantIter* iter) c_g_variant_iter_free;
3258 	size_t function(GVariantIter* iter, GVariant* value) c_g_variant_iter_init;
3259 	int function(GVariantIter* iter, const(char)* formatString, ... ) c_g_variant_iter_loop;
3260 	size_t function(GVariantIter* iter) c_g_variant_iter_n_children;
3261 	int function(GVariantIter* iter, const(char)* formatString, ... ) c_g_variant_iter_next;
3262 	GVariant* function(GVariantIter* iter) c_g_variant_iter_next_value;
3263 
3264 	// glib.VariantType
3265 
3266 	GVariantType* function(const(char)* typeString) c_g_variant_type_new;
3267 	GVariantType* function(GVariantType* element) c_g_variant_type_new_array;
3268 	GVariantType* function(GVariantType* key, GVariantType* value) c_g_variant_type_new_dict_entry;
3269 	GVariantType* function(GVariantType* element) c_g_variant_type_new_maybe;
3270 	GVariantType* function(GVariantType** items, int length) c_g_variant_type_new_tuple;
3271 	GVariantType* function(GVariantType* type) c_g_variant_type_copy;
3272 	char* function(GVariantType* type) c_g_variant_type_dup_string;
3273 	GVariantType* function(GVariantType* type) c_g_variant_type_element;
3274 	int function(void* type1, void* type2) c_g_variant_type_equal;
3275 	GVariantType* function(GVariantType* type) c_g_variant_type_first;
3276 	void function(GVariantType* type) c_g_variant_type_free;
3277 	size_t function(GVariantType* type) c_g_variant_type_get_string_length;
3278 	uint function(void* type) c_g_variant_type_hash;
3279 	int function(GVariantType* type) c_g_variant_type_is_array;
3280 	int function(GVariantType* type) c_g_variant_type_is_basic;
3281 	int function(GVariantType* type) c_g_variant_type_is_container;
3282 	int function(GVariantType* type) c_g_variant_type_is_definite;
3283 	int function(GVariantType* type) c_g_variant_type_is_dict_entry;
3284 	int function(GVariantType* type) c_g_variant_type_is_maybe;
3285 	int function(GVariantType* type, GVariantType* supertype) c_g_variant_type_is_subtype_of;
3286 	int function(GVariantType* type) c_g_variant_type_is_tuple;
3287 	int function(GVariantType* type) c_g_variant_type_is_variant;
3288 	GVariantType* function(GVariantType* type) c_g_variant_type_key;
3289 	size_t function(GVariantType* type) c_g_variant_type_n_items;
3290 	GVariantType* function(GVariantType* type) c_g_variant_type_next;
3291 	const(char)* function(GVariantType* type) c_g_variant_type_peek_string;
3292 	GVariantType* function(GVariantType* type) c_g_variant_type_value;
3293 	GVariantType* function(const(char)* arg0) c_g_variant_type_checked_;
3294 	size_t function(const(char)* typeString) c_g_variant_type_string_get_depth_;
3295 	int function(const(char)* typeString) c_g_variant_type_string_is_valid;
3296 	int function(const(char)* string_, const(char)* limit, char** endptr) c_g_variant_type_string_scan;
3297 
3298 	// glib.Module
3299 
3300 	int function(GModule* module_) c_g_module_close;
3301 	void function(GModule* module_) c_g_module_make_resident;
3302 	const(char)* function(GModule* module_) c_g_module_name;
3303 	int function(GModule* module_, const(char)* symbolName, void** symbol) c_g_module_symbol;
3304 	char* function(const(char)* directory, const(char)* moduleName) c_g_module_build_path;
3305 	const(char)* function() c_g_module_error;
3306 	GQuark function() c_g_module_error_quark;
3307 	GModule* function(const(char)* fileName, GModuleFlags flags) c_g_module_open;
3308 	GModule* function(const(char)* fileName, GModuleFlags flags, GError** err) c_g_module_open_full;
3309 	int function() c_g_module_supported;
3310 
3311 	// glib.Base64
3312 
3313 	size_t function(char* in_, size_t len, char* out_, int* state, uint* save) c_g_base64_decode_step;
3314 	char* function(char* text, size_t* outLen) c_g_base64_decode_inplace;
3315 	char* function(const(char)* text, size_t* outLen) c_g_base64_decode;
3316 	char* function(char* data, size_t len) c_g_base64_encode;
3317 	size_t function(int breakLines, char* out_, int* state, int* save) c_g_base64_encode_close;
3318 	size_t function(char* in_, size_t len, int breakLines, char* out_, int* state, int* save) c_g_base64_encode_step;
3319 
3320 	// glib.Idle
3321 
3322 	uint function(GSourceFunc function_, void* data) c_g_idle_add;
3323 	uint function(int priority, GSourceFunc function_, void* data, GDestroyNotify notify) c_g_idle_add_full;
3324 	int function(void* data) c_g_idle_remove_by_data;
3325 	GSource* function() c_g_idle_source_new;
3326 
3327 	// glib.MemorySlice
3328 
3329 	void* function(size_t blockSize) c_g_slice_alloc;
3330 	void* function(size_t blockSize) c_g_slice_alloc0;
3331 	void* function(size_t blockSize, void* memBlock) c_g_slice_copy;
3332 	void function(size_t blockSize, void* memBlock) c_g_slice_free1;
3333 	void function(size_t blockSize, void* memChain, size_t nextOffset) c_g_slice_free_chain_with_offset;
3334 	long function(GSliceConfig ckey) c_g_slice_get_config;
3335 	long* function(GSliceConfig ckey, long address, uint* nValues) c_g_slice_get_config_state;
3336 	void function(GSliceConfig ckey, long value) c_g_slice_set_config;
3337 
3338 	// glib.Spawn
3339 
3340 	int function(char* workingDirectory, char** argv, char** envp, GSpawnFlags flags, GSpawnChildSetupFunc childSetup, void* userData, GPid* childPid, GError** err) c_g_spawn_async;
3341 	int function(char* workingDirectory, char** argv, char** envp, GSpawnFlags flags, GSpawnChildSetupFunc childSetup, void* userData, GPid* childPid, int* standardInput, int* standardOutput, int* standardError, GError** err) c_g_spawn_async_with_pipes;
3342 	int function(int waitStatus, GError** err) c_g_spawn_check_exit_status;
3343 	void function(GPid pid) c_g_spawn_close_pid;
3344 	int function(char* commandLine, GError** err) c_g_spawn_command_line_async;
3345 	int function(char* commandLine, char** standardOutput, char** standardError, int* waitStatus, GError** err) c_g_spawn_command_line_sync;
3346 	GQuark function() c_g_spawn_error_quark;
3347 	GQuark function() c_g_spawn_exit_error_quark;
3348 	int function(char* workingDirectory, char** argv, char** envp, GSpawnFlags flags, GSpawnChildSetupFunc childSetup, void* userData, char** standardOutput, char** standardError, int* waitStatus, GError** err) c_g_spawn_sync;
3349 	int function(char* workingDirectory, char** argv, char** envp, GSpawnFlags flags, GSpawnChildSetupFunc childSetup, void* userData, GPid* childPid, int stdinFd, int stdoutFd, int stderrFd, GError** err) c_g_spawn_async_with_fds;
3350 
3351 	// glib.Str
3352 
3353 	int function(char c) c_g_ascii_digit_value;
3354 	char* function(char* buffer, int bufLen, double d) c_g_ascii_dtostr;
3355 	char* function(char* buffer, int bufLen, const(char)* format, double d) c_g_ascii_formatd;
3356 	int function(const(char)* s1, const(char)* s2) c_g_ascii_strcasecmp;
3357 	char* function(const(char)* str, ptrdiff_t len) c_g_ascii_strdown;
3358 	int function(const(char)* s1, const(char)* s2, size_t n) c_g_ascii_strncasecmp;
3359 	double function(const(char)* nptr, char** endptr) c_g_ascii_strtod;
3360 	long function(const(char)* nptr, char** endptr, uint base) c_g_ascii_strtoll;
3361 	ulong function(const(char)* nptr, char** endptr, uint base) c_g_ascii_strtoull;
3362 	char* function(const(char)* str, ptrdiff_t len) c_g_ascii_strup;
3363 	char function(char c) c_g_ascii_tolower;
3364 	char function(char c) c_g_ascii_toupper;
3365 	int function(char c) c_g_ascii_xdigit_value;
3366 	int function(const(char)* format, ... ) c_g_printf;
3367 	size_t function(const(char)* format, void* args) c_g_printf_string_upper_bound;
3368 	int function(char* string_, gulong n, const(char)* format, ... ) c_g_snprintf;
3369 	int function(char* string_, const(char)* format, ... ) c_g_sprintf;
3370 	char* function(char* dest, const(char)* src) c_g_stpcpy;
3371 	int function(const(char)* str, const(char)* prefix) c_g_str_has_prefix;
3372 	int function(const(char)* str, const(char)* suffix) c_g_str_has_suffix;
3373 	int function(const(char)* str) c_g_str_is_ascii;
3374 	int function(const(char)* searchTerm, const(char)* potentialHit, int acceptAlternates) c_g_str_match_string;
3375 	char* function(const(char)* str, const(char)* fromLocale) c_g_str_to_ascii;
3376 	char** function(const(char)* string_, const(char)* translitLocale, char*** asciiAlternates) c_g_str_tokenize_and_fold;
3377 	char* function(char* string_, const(char)* validChars, char substitutor) c_g_strcanon;
3378 	int function(const(char)* s1, const(char)* s2) c_g_strcasecmp;
3379 	char* function(char* string_) c_g_strchomp;
3380 	char* function(char* string_) c_g_strchug;
3381 	int function(const(char)* str1, const(char)* str2) c_g_strcmp0;
3382 	char* function(const(char)* source) c_g_strcompress;
3383 	char* function(const(char)* string1, ... ) c_g_strconcat;
3384 	char* function(char* string_, const(char)* delimiters, char newDelimiter) c_g_strdelimit;
3385 	char* function(char* string_) c_g_strdown;
3386 	char* function(const(char)* str) c_g_strdup;
3387 	char* function(const(char)* format, ... ) c_g_strdup_printf;
3388 	char* function(const(char)* format, void* args) c_g_strdup_vprintf;
3389 	char** function(char** strArray) c_g_strdupv;
3390 	const(char)* function(int errnum) c_g_strerror;
3391 	char* function(const(char)* source, const(char)* exceptions) c_g_strescape;
3392 	void function(char** strArray) c_g_strfreev;
3393 	char* function(const(char)* separator, ... ) c_g_strjoin;
3394 	char* function(const(char)* separator, char** strArray) c_g_strjoinv;
3395 	size_t function(char* dest, const(char)* src, size_t destSize) c_g_strlcat;
3396 	size_t function(char* dest, const(char)* src, size_t destSize) c_g_strlcpy;
3397 	int function(const(char)* s1, const(char)* s2, uint n) c_g_strncasecmp;
3398 	char* function(const(char)* str, size_t n) c_g_strndup;
3399 	char* function(size_t length, char fillChar) c_g_strnfill;
3400 	char* function(char* string_) c_g_strreverse;
3401 	char* function(const(char)* haystack, const(char)* needle) c_g_strrstr;
3402 	char* function(const(char)* haystack, ptrdiff_t haystackLen, const(char)* needle) c_g_strrstr_len;
3403 	const(char)* function(int signum) c_g_strsignal;
3404 	char** function(const(char)* string_, const(char)* delimiter, int maxTokens) c_g_strsplit;
3405 	char** function(const(char)* string_, const(char)* delimiters, int maxTokens) c_g_strsplit_set;
3406 	char* function(const(char)* haystack, ptrdiff_t haystackLen, const(char)* needle) c_g_strstr_len;
3407 	double function(const(char)* nptr, char** endptr) c_g_strtod;
3408 	char* function(char* string_) c_g_strup;
3409 	GType function() c_g_strv_get_type;
3410 	uint function(char** strArray) c_g_strv_length;
3411 	int function(const(char)* strv, const(char)* str) c_g_strv_contains;
3412 	int function(char** string_, const(char)* format, void* args) c_g_vasprintf;
3413 	int function(const(char)* format, void* args) c_g_vprintf;
3414 	int function(char* string_, gulong n, const(char)* format, void* args) c_g_vsnprintf;
3415 	int function(char* string_, const(char)* format, void* args) c_g_vsprintf;
3416 	int function(FILE* file, const(char)* format, ... ) c_g_fprintf;
3417 	int function(FILE* file, const(char)* format, void* args) c_g_vfprintf;
3418 	int function(const(char)* str, uint base, long min, long max, long* outNum, GError** err) c_g_ascii_string_to_signed;
3419 	int function(const(char)* str, uint base, ulong min, ulong max, ulong* outNum, GError** err) c_g_ascii_string_to_unsigned;
3420 	int function(const(char)* strv1, const(char)* strv2) c_g_strv_equal;
3421 
3422 	// glib.Timeout
3423 
3424 	uint function(uint interval, GSourceFunc function_, void* data) c_g_timeout_add;
3425 	uint function(int priority, uint interval, GSourceFunc function_, void* data, GDestroyNotify notify) c_g_timeout_add_full;
3426 	uint function(uint interval, GSourceFunc function_, void* data) c_g_timeout_add_seconds;
3427 	uint function(int priority, uint interval, GSourceFunc function_, void* data, GDestroyNotify notify) c_g_timeout_add_seconds_full;
3428 	GSource* function(uint interval) c_g_timeout_source_new;
3429 	GSource* function(uint interval) c_g_timeout_source_new_seconds;
3430 
3431 	// glib.Util
3432 
3433 	char* function(char** args) c_g_build_filenamev;
3434 	char* function(const(char)* separator, char** args) c_g_build_pathv;
3435 	void function(GVoidFunc func) c_g_atexit;
3436 	char* function(char* fileName) c_g_basename;
3437 	int function(gulong mask, int nthBit) c_g_bit_nth_lsf;
3438 	int function(gulong mask, int nthBit) c_g_bit_nth_msf;
3439 	uint function(gulong number) c_g_bit_storage;
3440 	char* function(char* separator, char* firstElement, ... ) c_g_build_path;
3441 	char* function(char** envp, char* variable) c_g_environ_getenv;
3442 	char** function(char** envp, char* variable, char* value, int overwrite) c_g_environ_setenv;
3443 	char** function(char** envp, char* variable) c_g_environ_unsetenv;
3444 	char* function(char* program) c_g_find_program_in_path;
3445 	char* function(ulong size) c_g_format_size;
3446 	char* function(long size) c_g_format_size_for_display;
3447 	char* function(ulong size, GFormatSizeFlags flags) c_g_format_size_full;
3448 	const(char)* function() c_g_get_application_name;
3449 	char** function() c_g_get_environ;
3450 	char* function() c_g_get_current_dir;
3451 	char* function() c_g_get_home_dir;
3452 	const(char)* function() c_g_get_host_name;
3453 	const(char)* function() c_g_get_prgname;
3454 	char* function() c_g_get_real_name;
3455 	char** function() c_g_get_system_config_dirs;
3456 	char** function() c_g_get_system_data_dirs;
3457 	char* function() c_g_get_tmp_dir;
3458 	char* function() c_g_get_user_cache_dir;
3459 	char* function() c_g_get_user_config_dir;
3460 	char* function() c_g_get_user_data_dir;
3461 	char* function() c_g_get_user_name;
3462 	char* function() c_g_get_user_runtime_dir;
3463 	char* function(GUserDirectory directory) c_g_get_user_special_dir;
3464 	char* function(char* variable) c_g_getenv;
3465 	char** function() c_g_listenv;
3466 	void function(void** nullifyLocation) c_g_nullify_pointer;
3467 	uint function(const(char)* string_, GDebugKey* keys, uint nkeys) c_g_parse_debug_string;
3468 	char* function(char* fileName) c_g_path_get_basename;
3469 	char* function(char* fileName) c_g_path_get_dirname;
3470 	int function(char* fileName) c_g_path_is_absolute;
3471 	char* function(char* fileName) c_g_path_skip_root;
3472 	void function(void* pbase, int totalElems, size_t size, GCompareDataFunc compareFunc, void* userData) c_g_qsort_with_data;
3473 	void function() c_g_reload_user_special_dirs_cache;
3474 	void function(const(char)* applicationName) c_g_set_application_name;
3475 	void function(const(char)* prgname) c_g_set_prgname;
3476 	int function(char* variable, char* value, int overwrite) c_g_setenv;
3477 	uint function(uint num) c_g_spaced_primes_closest;
3478 	void function(char* variable) c_g_unsetenv;
3479 	char* function(char* filename, char* relativeTo) c_g_canonicalize_filename;
3480 	char* function(const(char)* keyName) c_g_get_os_info;
3481 
3482 	// glib.Atomic
3483 
3484 	int function(int* atomic, int val) c_g_atomic_int_add;
3485 	uint function(uint* atomic, uint val) c_g_atomic_int_and;
3486 	int function(int* atomic, int oldval, int newval) c_g_atomic_int_compare_and_exchange;
3487 	int function(int* atomic) c_g_atomic_int_dec_and_test;
3488 	int function(int* atomic, int val) c_g_atomic_int_exchange_and_add;
3489 	int function(int* atomic) c_g_atomic_int_get;
3490 	void function(int* atomic) c_g_atomic_int_inc;
3491 	uint function(uint* atomic, uint val) c_g_atomic_int_or;
3492 	void function(int* atomic, int newval) c_g_atomic_int_set;
3493 	uint function(uint* atomic, uint val) c_g_atomic_int_xor;
3494 	ptrdiff_t function(void* atomic, ptrdiff_t val) c_g_atomic_pointer_add;
3495 	size_t function(void* atomic, size_t val) c_g_atomic_pointer_and;
3496 	int function(void* atomic, void* oldval, void* newval) c_g_atomic_pointer_compare_and_exchange;
3497 	void* function(void* atomic) c_g_atomic_pointer_get;
3498 	size_t function(void* atomic, size_t val) c_g_atomic_pointer_or;
3499 	void function(void* atomic, void* newval) c_g_atomic_pointer_set;
3500 	size_t function(void* atomic, size_t val) c_g_atomic_pointer_xor;
3501 
3502 	// glib.CharacterSet
3503 
3504 	char* function(char* str, ptrdiff_t len, const(char)* toCodeset, const(char)* fromCodeset, size_t* bytesRead, size_t* bytesWritten, GError** err) c_g_convert;
3505 	GQuark function() c_g_convert_error_quark;
3506 	char* function(char* str, ptrdiff_t len, const(char)* toCodeset, const(char)* fromCodeset, const(char)* fallback, size_t* bytesRead, size_t* bytesWritten, GError** err) c_g_convert_with_fallback;
3507 	char* function(char* str, ptrdiff_t len, GIConv converter, size_t* bytesRead, size_t* bytesWritten, GError** err) c_g_convert_with_iconv;
3508 	char* function(char* filename) c_g_filename_display_basename;
3509 	char* function(char* filename) c_g_filename_display_name;
3510 	char* function(const(char)* utf8string, ptrdiff_t len, size_t* bytesRead, size_t* bytesWritten, GError** err) c_g_filename_from_utf8;
3511 	char* function(char* opsysstring, ptrdiff_t len, size_t* bytesRead, size_t* bytesWritten, GError** err) c_g_filename_to_utf8;
3512 	int function(char** charset) c_g_get_charset;
3513 	char* function() c_g_get_codeset;
3514 	int function(char*** filenameCharsets) c_g_get_filename_charsets;
3515 	char* function(const(char)* utf8string, ptrdiff_t len, size_t* bytesRead, size_t* bytesWritten, GError** err) c_g_locale_from_utf8;
3516 	char* function(char* opsysstring, ptrdiff_t len, size_t* bytesRead, size_t* bytesWritten, GError** err) c_g_locale_to_utf8;
3517 	char** function(const(char)* categoryName) c_g_get_language_names_with_category;
3518 	int function(char** charset) c_g_get_console_charset;
3519 
3520 	// glib.Child
3521 
3522 	uint function(GPid pid, GChildWatchFunc function_, void* data) c_g_child_watch_add;
3523 	uint function(int priority, GPid pid, GChildWatchFunc function_, void* data, GDestroyNotify notify) c_g_child_watch_add_full;
3524 	GSource* function(GPid pid) c_g_child_watch_source_new;
3525 
3526 	// glib.DataList
3527 
3528 	void function(GData** datalist) c_g_datalist_clear;
3529 	void function(GData** datalist, GDataForeachFunc func, void* userData) c_g_datalist_foreach;
3530 	void* function(GData** datalist, const(char)* key) c_g_datalist_get_data;
3531 	uint function(GData** datalist) c_g_datalist_get_flags;
3532 	void* function(GData** datalist, GQuark keyId, GDuplicateFunc dupFunc, void* userData) c_g_datalist_id_dup_data;
3533 	void* function(GData** datalist, GQuark keyId) c_g_datalist_id_get_data;
3534 	void* function(GData** datalist, GQuark keyId) c_g_datalist_id_remove_no_notify;
3535 	int function(GData** datalist, GQuark keyId, void* oldval, void* newval, GDestroyNotify destroy, GDestroyNotify* oldDestroy) c_g_datalist_id_replace_data;
3536 	void function(GData** datalist, GQuark keyId, void* data, GDestroyNotify destroyFunc) c_g_datalist_id_set_data_full;
3537 	void function(GData** datalist) c_g_datalist_init;
3538 	void function(GData** datalist, uint flags) c_g_datalist_set_flags;
3539 	void function(GData** datalist, uint flags) c_g_datalist_unset_flags;
3540 
3541 	// glib.DataSet
3542 
3543 	void function(void* datasetLocation) c_g_dataset_destroy;
3544 	void function(void* datasetLocation, GDataForeachFunc func, void* userData) c_g_dataset_foreach;
3545 	void* function(void* datasetLocation, GQuark keyId) c_g_dataset_id_get_data;
3546 	void* function(void* datasetLocation, GQuark keyId) c_g_dataset_id_remove_no_notify;
3547 	void function(void* datasetLocation, GQuark keyId, void* data, GDestroyNotify destroyFunc) c_g_dataset_id_set_data_full;
3548 
3549 	// glib.FileUtils
3550 
3551 	int function(char* filename, int mode) c_g_access;
3552 	int function(char* path) c_g_chdir;
3553 	int function(int fd, GError** err) c_g_close;
3554 	GFileError function(int errNo) c_g_file_error_from_errno;
3555 	GQuark function() c_g_file_error_quark;
3556 	int function(char* filename, char** contents, size_t* length, GError** err) c_g_file_get_contents;
3557 	int function(char* tmpl, char** nameUsed, GError** err) c_g_file_open_tmp;
3558 	char* function(char* filename, GError** err) c_g_file_read_link;
3559 	int function(char* filename, char* contents, ptrdiff_t length, GError** err) c_g_file_set_contents;
3560 	int function(char* filename, GFileTest test) c_g_file_test;
3561 	int function(char* pathname, int mode) c_g_mkdir_with_parents;
3562 	char* function(char* tmpl) c_g_mkdtemp;
3563 	char* function(char* tmpl, int mode) c_g_mkdtemp_full;
3564 	int function(char* tmpl) c_g_mkstemp;
3565 	int function(char* tmpl, int flags, int mode) c_g_mkstemp_full;
3566 	int function(char* filename) c_g_rmdir;
3567 	int function(char* filename) c_g_unlink;
3568 
3569 	// glib.Hostname
3570 
3571 	int function(const(char)* hostname) c_g_hostname_is_ascii_encoded;
3572 	int function(const(char)* hostname) c_g_hostname_is_ip_address;
3573 	int function(const(char)* hostname) c_g_hostname_is_non_ascii;
3574 	char* function(const(char)* hostname) c_g_hostname_to_ascii;
3575 	char* function(const(char)* hostname) c_g_hostname_to_unicode;
3576 
3577 	// glib.Internationalization
3578 
3579 	const(char)* function(const(char)* domain, const(char)* msgid, int category) c_g_dcgettext;
3580 	const(char)* function(const(char)* domain, const(char)* msgid) c_g_dgettext;
3581 	const(char)* function(const(char)* domain, const(char)* msgid, const(char)* msgidPlural, gulong n) c_g_dngettext;
3582 	const(char)* function(const(char)* domain, const(char)* msgctxtid, size_t msgidoffset) c_g_dpgettext;
3583 	const(char)* function(const(char)* domain, const(char)* context, const(char)* msgid) c_g_dpgettext2;
3584 	char** function() c_g_get_language_names;
3585 	char** function(const(char)* locale) c_g_get_locale_variants;
3586 	const(char)* function(const(char)* msgid, const(char)* msgval) c_g_strip_context;
3587 
3588 	// glib.Memory
3589 
3590 	void function(void** pp, GDestroyNotify destroy) c_g_clear_pointer;
3591 	void function(void* mem) c_g_free;
3592 	void* function(size_t nBytes) c_g_malloc;
3593 	void* function(size_t nBytes) c_g_malloc0;
3594 	void* function(size_t nBlocks, size_t nBlockBytes) c_g_malloc0_n;
3595 	void* function(size_t nBlocks, size_t nBlockBytes) c_g_malloc_n;
3596 	int function() c_g_mem_is_system_malloc;
3597 	void function() c_g_mem_profile;
3598 	void function(GMemVTable* vtable) c_g_mem_set_vtable;
3599 	void* function(void* mem, uint byteSize) c_g_memdup;
3600 	void* function(void* mem, size_t nBytes) c_g_realloc;
3601 	void* function(void* mem, size_t nBlocks, size_t nBlockBytes) c_g_realloc_n;
3602 	void* function(size_t nBytes) c_g_try_malloc;
3603 	void* function(size_t nBytes) c_g_try_malloc0;
3604 	void* function(size_t nBlocks, size_t nBlockBytes) c_g_try_malloc0_n;
3605 	void* function(size_t nBlocks, size_t nBlockBytes) c_g_try_malloc_n;
3606 	void* function(void* mem, size_t nBytes) c_g_try_realloc;
3607 	void* function(void* mem, size_t nBlocks, size_t nBlockBytes) c_g_try_realloc_n;
3608 
3609 	// glib.MessageLog
3610 
3611 	void function(const(char)* logDomain, GLogLevelFlags logLevel, const(char)* format, ... ) c_g_log;
3612 	void function(const(char)* logDomain, GLogLevelFlags logLevel, const(char)* message, void* unusedData) c_g_log_default_handler;
3613 	void function(const(char)* logDomain, uint handlerId) c_g_log_remove_handler;
3614 	GLogLevelFlags function(GLogLevelFlags fatalMask) c_g_log_set_always_fatal;
3615 	GLogFunc function(GLogFunc logFunc, void* userData) c_g_log_set_default_handler;
3616 	GLogLevelFlags function(const(char)* logDomain, GLogLevelFlags fatalMask) c_g_log_set_fatal_mask;
3617 	uint function(const(char)* logDomain, GLogLevelFlags logLevels, GLogFunc logFunc, void* userData) c_g_log_set_handler;
3618 	uint function(const(char)* logDomain, GLogLevelFlags logLevels, GLogFunc logFunc, void* userData, GDestroyNotify destroy) c_g_log_set_handler_full;
3619 	void function(const(char)* logDomain, GLogLevelFlags logLevel, const(char)* format, void* args) c_g_logv;
3620 
3621 	// glib.Messages
3622 
3623 	void function(const(char)* prgName) c_g_on_error_query;
3624 	void function(const(char)* prgName) c_g_on_error_stack_trace;
3625 	void function(const(char)* format, ... ) c_g_print;
3626 	void function(const(char)* format, ... ) c_g_printerr;
3627 	GPrintFunc function(GPrintFunc func) c_g_set_print_handler;
3628 	GPrintFunc function(GPrintFunc func) c_g_set_printerr_handler;
3629 
3630 	// glib.Quark
3631 
3632 	const(char)* function(const(char)* string_) c_g_intern_static_string;
3633 	const(char)* function(const(char)* string_) c_g_intern_string;
3634 	GQuark function(const(char)* string_) c_g_quark_from_static_string;
3635 	GQuark function(const(char)* string_) c_g_quark_from_string;
3636 	const(char)* function(GQuark quark) c_g_quark_to_string;
3637 	GQuark function(const(char)* string_) c_g_quark_try_string;
3638 
3639 	// glib.ShellUtils
3640 
3641 	GQuark function() c_g_shell_error_quark;
3642 	int function(char* commandLine, int* argcp, char*** argvp, GError** err) c_g_shell_parse_argv;
3643 	char* function(char* unquotedString) c_g_shell_quote;
3644 	char* function(char* quotedString, GError** err) c_g_shell_unquote;
3645 
3646 	// glib.Unicode
3647 
3648 	wchar* function(dchar* str, glong len, glong* itemsRead, glong* itemsWritten, GError** err) c_g_ucs4_to_utf16;
3649 	char* function(dchar* str, glong len, glong* itemsRead, glong* itemsWritten, GError** err) c_g_ucs4_to_utf8;
3650 	GUnicodeBreakType function(dchar c) c_g_unichar_break_type;
3651 	int function(dchar uc) c_g_unichar_combining_class;
3652 	int function(dchar a, dchar b, dchar* ch) c_g_unichar_compose;
3653 	int function(dchar ch, dchar* a, dchar* b) c_g_unichar_decompose;
3654 	int function(dchar c) c_g_unichar_digit_value;
3655 	size_t function(dchar ch, int compat, dchar* result, size_t resultLen) c_g_unichar_fully_decompose;
3656 	int function(dchar ch, dchar* mirroredCh) c_g_unichar_get_mirror_char;
3657 	GUnicodeScript function(dchar ch) c_g_unichar_get_script;
3658 	int function(dchar c) c_g_unichar_isalnum;
3659 	int function(dchar c) c_g_unichar_isalpha;
3660 	int function(dchar c) c_g_unichar_iscntrl;
3661 	int function(dchar c) c_g_unichar_isdefined;
3662 	int function(dchar c) c_g_unichar_isdigit;
3663 	int function(dchar c) c_g_unichar_isgraph;
3664 	int function(dchar c) c_g_unichar_islower;
3665 	int function(dchar c) c_g_unichar_ismark;
3666 	int function(dchar c) c_g_unichar_isprint;
3667 	int function(dchar c) c_g_unichar_ispunct;
3668 	int function(dchar c) c_g_unichar_isspace;
3669 	int function(dchar c) c_g_unichar_istitle;
3670 	int function(dchar c) c_g_unichar_isupper;
3671 	int function(dchar c) c_g_unichar_iswide;
3672 	int function(dchar c) c_g_unichar_iswide_cjk;
3673 	int function(dchar c) c_g_unichar_isxdigit;
3674 	int function(dchar c) c_g_unichar_iszerowidth;
3675 	int function(dchar c, char* outbuf) c_g_unichar_to_utf8;
3676 	dchar function(dchar c) c_g_unichar_tolower;
3677 	dchar function(dchar c) c_g_unichar_totitle;
3678 	dchar function(dchar c) c_g_unichar_toupper;
3679 	GUnicodeType function(dchar c) c_g_unichar_type;
3680 	int function(dchar ch) c_g_unichar_validate;
3681 	int function(dchar c) c_g_unichar_xdigit_value;
3682 	dchar* function(dchar ch, size_t* resultLen) c_g_unicode_canonical_decomposition;
3683 	void function(dchar* string_, size_t len) c_g_unicode_canonical_ordering;
3684 	GUnicodeScript function(uint iso15924) c_g_unicode_script_from_iso15924;
3685 	uint function(GUnicodeScript script) c_g_unicode_script_to_iso15924;
3686 	dchar* function(wchar* str, glong len, glong* itemsRead, glong* itemsWritten, GError** err) c_g_utf16_to_ucs4;
3687 	char* function(wchar* str, glong len, glong* itemsRead, glong* itemsWritten, GError** err) c_g_utf16_to_utf8;
3688 	char* function(const(char)* str, ptrdiff_t len) c_g_utf8_casefold;
3689 	int function(const(char)* str1, const(char)* str2) c_g_utf8_collate;
3690 	char* function(const(char)* str, ptrdiff_t len) c_g_utf8_collate_key;
3691 	char* function(const(char)* str, ptrdiff_t len) c_g_utf8_collate_key_for_filename;
3692 	char* function(const(char)* p, const(char)* end) c_g_utf8_find_next_char;
3693 	char* function(const(char)* str, const(char)* p) c_g_utf8_find_prev_char;
3694 	dchar function(const(char)* p) c_g_utf8_get_char;
3695 	dchar function(const(char)* p, ptrdiff_t maxLen) c_g_utf8_get_char_validated;
3696 	char* function(const(char)* str, ptrdiff_t len, GNormalizeMode mode) c_g_utf8_normalize;
3697 	char* function(const(char)* str, glong offset) c_g_utf8_offset_to_pointer;
3698 	glong function(const(char)* str, const(char)* pos) c_g_utf8_pointer_to_offset;
3699 	char* function(const(char)* p) c_g_utf8_prev_char;
3700 	char* function(const(char)* p, ptrdiff_t len, dchar c) c_g_utf8_strchr;
3701 	char* function(const(char)* str, ptrdiff_t len) c_g_utf8_strdown;
3702 	glong function(const(char)* p, ptrdiff_t max) c_g_utf8_strlen;
3703 	char* function(char* dest, const(char)* src, size_t n) c_g_utf8_strncpy;
3704 	char* function(const(char)* p, ptrdiff_t len, dchar c) c_g_utf8_strrchr;
3705 	char* function(const(char)* str, ptrdiff_t len) c_g_utf8_strreverse;
3706 	char* function(const(char)* str, ptrdiff_t len) c_g_utf8_strup;
3707 	char* function(const(char)* str, glong startPos, glong endPos) c_g_utf8_substring;
3708 	dchar* function(const(char)* str, glong len, glong* itemsRead, glong* itemsWritten, GError** err) c_g_utf8_to_ucs4;
3709 	dchar* function(const(char)* str, glong len, glong* itemsWritten) c_g_utf8_to_ucs4_fast;
3710 	wchar* function(const(char)* str, glong len, glong* itemsRead, glong* itemsWritten, GError** err) c_g_utf8_to_utf16;
3711 	int function(char* str, ptrdiff_t maxLen, char** end) c_g_utf8_validate;
3712 	char* function(const(char)* str, ptrdiff_t len) c_g_utf8_make_valid;
3713 	int function(char* str, size_t maxLen, char** end) c_g_utf8_validate_len;
3714 
3715 	// glib.UnixUtils
3716 
3717 	GQuark function() c_g_unix_error_quark;
3718 	uint function(int fd, GIOCondition condition, GUnixFDSourceFunc function_, void* userData) c_g_unix_fd_add;
3719 	uint function(int priority, int fd, GIOCondition condition, GUnixFDSourceFunc function_, void* userData, GDestroyNotify notify) c_g_unix_fd_add_full;
3720 	GSource* function(int fd, GIOCondition condition) c_g_unix_fd_source_new;
3721 	int function(int* fds, int flags, GError** err) c_g_unix_open_pipe;
3722 	int function(int fd, int nonblock, GError** err) c_g_unix_set_fd_nonblocking;
3723 	uint function(int signum, GSourceFunc handler, void* userData) c_g_unix_signal_add;
3724 	uint function(int priority, int signum, GSourceFunc handler, void* userData, GDestroyNotify notify) c_g_unix_signal_add_full;
3725 	GSource* function(int signum) c_g_unix_signal_source_new;
3726 
3727 	// glib.URI
3728 
3729 	char* function(const(char)* uri, char** hostname, GError** err) c_g_filename_from_uri;
3730 	char* function(char* filename, const(char)* hostname, GError** err) c_g_filename_to_uri;
3731 
3732 	// glib.Uuid
3733 
3734 	int function(const(char)* str) c_g_uuid_string_is_valid;
3735 	char* function() c_g_uuid_string_random;
3736 
3737 	// glib.Version
3738 
3739 	const(char)* function(uint requiredMajor, uint requiredMinor, uint requiredMicro) c_glib_check_version;
3740 }
3741 
3742 
3743 // glib.ArrayG
3744 
3745 alias c_g_array_append_vals g_array_append_vals;
3746 alias c_g_array_binary_search g_array_binary_search;
3747 alias c_g_array_copy g_array_copy;
3748 alias c_g_array_free g_array_free;
3749 alias c_g_array_get_element_size g_array_get_element_size;
3750 alias c_g_array_insert_vals g_array_insert_vals;
3751 alias c_g_array_new g_array_new;
3752 alias c_g_array_prepend_vals g_array_prepend_vals;
3753 alias c_g_array_ref g_array_ref;
3754 alias c_g_array_remove_index g_array_remove_index;
3755 alias c_g_array_remove_index_fast g_array_remove_index_fast;
3756 alias c_g_array_remove_range g_array_remove_range;
3757 alias c_g_array_set_clear_func g_array_set_clear_func;
3758 alias c_g_array_set_size g_array_set_size;
3759 alias c_g_array_sized_new g_array_sized_new;
3760 alias c_g_array_sort g_array_sort;
3761 alias c_g_array_sort_with_data g_array_sort_with_data;
3762 alias c_g_array_steal g_array_steal;
3763 alias c_g_array_unref g_array_unref;
3764 
3765 // glib.AsyncQueue
3766 
3767 alias c_g_async_queue_length g_async_queue_length;
3768 alias c_g_async_queue_length_unlocked g_async_queue_length_unlocked;
3769 alias c_g_async_queue_lock g_async_queue_lock;
3770 alias c_g_async_queue_pop g_async_queue_pop;
3771 alias c_g_async_queue_pop_unlocked g_async_queue_pop_unlocked;
3772 alias c_g_async_queue_push g_async_queue_push;
3773 alias c_g_async_queue_push_front g_async_queue_push_front;
3774 alias c_g_async_queue_push_front_unlocked g_async_queue_push_front_unlocked;
3775 alias c_g_async_queue_push_sorted g_async_queue_push_sorted;
3776 alias c_g_async_queue_push_sorted_unlocked g_async_queue_push_sorted_unlocked;
3777 alias c_g_async_queue_push_unlocked g_async_queue_push_unlocked;
3778 alias c_g_async_queue_ref g_async_queue_ref;
3779 alias c_g_async_queue_ref_unlocked g_async_queue_ref_unlocked;
3780 alias c_g_async_queue_remove g_async_queue_remove;
3781 alias c_g_async_queue_remove_unlocked g_async_queue_remove_unlocked;
3782 alias c_g_async_queue_sort g_async_queue_sort;
3783 alias c_g_async_queue_sort_unlocked g_async_queue_sort_unlocked;
3784 alias c_g_async_queue_timed_pop g_async_queue_timed_pop;
3785 alias c_g_async_queue_timed_pop_unlocked g_async_queue_timed_pop_unlocked;
3786 alias c_g_async_queue_timeout_pop g_async_queue_timeout_pop;
3787 alias c_g_async_queue_timeout_pop_unlocked g_async_queue_timeout_pop_unlocked;
3788 alias c_g_async_queue_try_pop g_async_queue_try_pop;
3789 alias c_g_async_queue_try_pop_unlocked g_async_queue_try_pop_unlocked;
3790 alias c_g_async_queue_unlock g_async_queue_unlock;
3791 alias c_g_async_queue_unref g_async_queue_unref;
3792 alias c_g_async_queue_unref_and_unlock g_async_queue_unref_and_unlock;
3793 alias c_g_async_queue_new g_async_queue_new;
3794 alias c_g_async_queue_new_full g_async_queue_new_full;
3795 
3796 // glib.BookmarkFile
3797 
3798 alias c_g_bookmark_file_add_application g_bookmark_file_add_application;
3799 alias c_g_bookmark_file_add_group g_bookmark_file_add_group;
3800 alias c_g_bookmark_file_free g_bookmark_file_free;
3801 alias c_g_bookmark_file_get_added g_bookmark_file_get_added;
3802 alias c_g_bookmark_file_get_added_date_time g_bookmark_file_get_added_date_time;
3803 alias c_g_bookmark_file_get_app_info g_bookmark_file_get_app_info;
3804 alias c_g_bookmark_file_get_application_info g_bookmark_file_get_application_info;
3805 alias c_g_bookmark_file_get_applications g_bookmark_file_get_applications;
3806 alias c_g_bookmark_file_get_description g_bookmark_file_get_description;
3807 alias c_g_bookmark_file_get_groups g_bookmark_file_get_groups;
3808 alias c_g_bookmark_file_get_icon g_bookmark_file_get_icon;
3809 alias c_g_bookmark_file_get_is_private g_bookmark_file_get_is_private;
3810 alias c_g_bookmark_file_get_mime_type g_bookmark_file_get_mime_type;
3811 alias c_g_bookmark_file_get_modified g_bookmark_file_get_modified;
3812 alias c_g_bookmark_file_get_modified_date_time g_bookmark_file_get_modified_date_time;
3813 alias c_g_bookmark_file_get_size g_bookmark_file_get_size;
3814 alias c_g_bookmark_file_get_title g_bookmark_file_get_title;
3815 alias c_g_bookmark_file_get_uris g_bookmark_file_get_uris;
3816 alias c_g_bookmark_file_get_visited g_bookmark_file_get_visited;
3817 alias c_g_bookmark_file_get_visited_date_time g_bookmark_file_get_visited_date_time;
3818 alias c_g_bookmark_file_has_application g_bookmark_file_has_application;
3819 alias c_g_bookmark_file_has_group g_bookmark_file_has_group;
3820 alias c_g_bookmark_file_has_item g_bookmark_file_has_item;
3821 alias c_g_bookmark_file_load_from_data g_bookmark_file_load_from_data;
3822 alias c_g_bookmark_file_load_from_data_dirs g_bookmark_file_load_from_data_dirs;
3823 alias c_g_bookmark_file_load_from_file g_bookmark_file_load_from_file;
3824 alias c_g_bookmark_file_move_item g_bookmark_file_move_item;
3825 alias c_g_bookmark_file_remove_application g_bookmark_file_remove_application;
3826 alias c_g_bookmark_file_remove_group g_bookmark_file_remove_group;
3827 alias c_g_bookmark_file_remove_item g_bookmark_file_remove_item;
3828 alias c_g_bookmark_file_set_added g_bookmark_file_set_added;
3829 alias c_g_bookmark_file_set_added_date_time g_bookmark_file_set_added_date_time;
3830 alias c_g_bookmark_file_set_app_info g_bookmark_file_set_app_info;
3831 alias c_g_bookmark_file_set_application_info g_bookmark_file_set_application_info;
3832 alias c_g_bookmark_file_set_description g_bookmark_file_set_description;
3833 alias c_g_bookmark_file_set_groups g_bookmark_file_set_groups;
3834 alias c_g_bookmark_file_set_icon g_bookmark_file_set_icon;
3835 alias c_g_bookmark_file_set_is_private g_bookmark_file_set_is_private;
3836 alias c_g_bookmark_file_set_mime_type g_bookmark_file_set_mime_type;
3837 alias c_g_bookmark_file_set_modified g_bookmark_file_set_modified;
3838 alias c_g_bookmark_file_set_modified_date_time g_bookmark_file_set_modified_date_time;
3839 alias c_g_bookmark_file_set_title g_bookmark_file_set_title;
3840 alias c_g_bookmark_file_set_visited g_bookmark_file_set_visited;
3841 alias c_g_bookmark_file_set_visited_date_time g_bookmark_file_set_visited_date_time;
3842 alias c_g_bookmark_file_to_data g_bookmark_file_to_data;
3843 alias c_g_bookmark_file_to_file g_bookmark_file_to_file;
3844 alias c_g_bookmark_file_error_quark g_bookmark_file_error_quark;
3845 alias c_g_bookmark_file_new g_bookmark_file_new;
3846 
3847 // glib.ByteArray
3848 
3849 alias c_g_byte_array_append g_byte_array_append;
3850 alias c_g_byte_array_free g_byte_array_free;
3851 alias c_g_byte_array_free_to_bytes g_byte_array_free_to_bytes;
3852 alias c_g_byte_array_new g_byte_array_new;
3853 alias c_g_byte_array_new_take g_byte_array_new_take;
3854 alias c_g_byte_array_prepend g_byte_array_prepend;
3855 alias c_g_byte_array_ref g_byte_array_ref;
3856 alias c_g_byte_array_remove_index g_byte_array_remove_index;
3857 alias c_g_byte_array_remove_index_fast g_byte_array_remove_index_fast;
3858 alias c_g_byte_array_remove_range g_byte_array_remove_range;
3859 alias c_g_byte_array_set_size g_byte_array_set_size;
3860 alias c_g_byte_array_sized_new g_byte_array_sized_new;
3861 alias c_g_byte_array_sort g_byte_array_sort;
3862 alias c_g_byte_array_sort_with_data g_byte_array_sort_with_data;
3863 alias c_g_byte_array_steal g_byte_array_steal;
3864 alias c_g_byte_array_unref g_byte_array_unref;
3865 
3866 // glib.Bytes
3867 
3868 alias c_g_bytes_new g_bytes_new;
3869 alias c_g_bytes_new_static g_bytes_new_static;
3870 alias c_g_bytes_new_take g_bytes_new_take;
3871 alias c_g_bytes_new_with_free_func g_bytes_new_with_free_func;
3872 alias c_g_bytes_compare g_bytes_compare;
3873 alias c_g_bytes_equal g_bytes_equal;
3874 alias c_g_bytes_get_data g_bytes_get_data;
3875 alias c_g_bytes_get_region g_bytes_get_region;
3876 alias c_g_bytes_get_size g_bytes_get_size;
3877 alias c_g_bytes_hash g_bytes_hash;
3878 alias c_g_bytes_new_from_bytes g_bytes_new_from_bytes;
3879 alias c_g_bytes_ref g_bytes_ref;
3880 alias c_g_bytes_unref g_bytes_unref;
3881 alias c_g_bytes_unref_to_array g_bytes_unref_to_array;
3882 alias c_g_bytes_unref_to_data g_bytes_unref_to_data;
3883 
3884 // glib.Checksum
3885 
3886 alias c_g_checksum_new g_checksum_new;
3887 alias c_g_checksum_copy g_checksum_copy;
3888 alias c_g_checksum_free g_checksum_free;
3889 alias c_g_checksum_get_digest g_checksum_get_digest;
3890 alias c_g_checksum_get_string g_checksum_get_string;
3891 alias c_g_checksum_reset g_checksum_reset;
3892 alias c_g_checksum_update g_checksum_update;
3893 alias c_g_checksum_type_get_length g_checksum_type_get_length;
3894 alias c_g_compute_checksum_for_bytes g_compute_checksum_for_bytes;
3895 alias c_g_compute_checksum_for_data g_compute_checksum_for_data;
3896 alias c_g_compute_checksum_for_string g_compute_checksum_for_string;
3897 
3898 // glib.Cond
3899 
3900 alias c_g_cond_broadcast g_cond_broadcast;
3901 alias c_g_cond_clear g_cond_clear;
3902 alias c_g_cond_init g_cond_init;
3903 alias c_g_cond_signal g_cond_signal;
3904 alias c_g_cond_wait g_cond_wait;
3905 alias c_g_cond_wait_until g_cond_wait_until;
3906 
3907 // glib.Date
3908 
3909 alias c_g_date_new g_date_new;
3910 alias c_g_date_new_dmy g_date_new_dmy;
3911 alias c_g_date_new_julian g_date_new_julian;
3912 alias c_g_date_add_days g_date_add_days;
3913 alias c_g_date_add_months g_date_add_months;
3914 alias c_g_date_add_years g_date_add_years;
3915 alias c_g_date_clamp g_date_clamp;
3916 alias c_g_date_clear g_date_clear;
3917 alias c_g_date_compare g_date_compare;
3918 alias c_g_date_copy g_date_copy;
3919 alias c_g_date_days_between g_date_days_between;
3920 alias c_g_date_free g_date_free;
3921 alias c_g_date_get_day g_date_get_day;
3922 alias c_g_date_get_day_of_year g_date_get_day_of_year;
3923 alias c_g_date_get_iso8601_week_of_year g_date_get_iso8601_week_of_year;
3924 alias c_g_date_get_julian g_date_get_julian;
3925 alias c_g_date_get_monday_week_of_year g_date_get_monday_week_of_year;
3926 alias c_g_date_get_month g_date_get_month;
3927 alias c_g_date_get_sunday_week_of_year g_date_get_sunday_week_of_year;
3928 alias c_g_date_get_weekday g_date_get_weekday;
3929 alias c_g_date_get_year g_date_get_year;
3930 alias c_g_date_is_first_of_month g_date_is_first_of_month;
3931 alias c_g_date_is_last_of_month g_date_is_last_of_month;
3932 alias c_g_date_order g_date_order;
3933 alias c_g_date_set_day g_date_set_day;
3934 alias c_g_date_set_dmy g_date_set_dmy;
3935 alias c_g_date_set_julian g_date_set_julian;
3936 alias c_g_date_set_month g_date_set_month;
3937 alias c_g_date_set_parse g_date_set_parse;
3938 alias c_g_date_set_time g_date_set_time;
3939 alias c_g_date_set_time_t g_date_set_time_t;
3940 alias c_g_date_set_time_val g_date_set_time_val;
3941 alias c_g_date_set_year g_date_set_year;
3942 alias c_g_date_subtract_days g_date_subtract_days;
3943 alias c_g_date_subtract_months g_date_subtract_months;
3944 alias c_g_date_subtract_years g_date_subtract_years;
3945 alias c_g_date_to_struct_tm g_date_to_struct_tm;
3946 alias c_g_date_valid g_date_valid;
3947 alias c_g_date_get_days_in_month g_date_get_days_in_month;
3948 alias c_g_date_get_monday_weeks_in_year g_date_get_monday_weeks_in_year;
3949 alias c_g_date_get_sunday_weeks_in_year g_date_get_sunday_weeks_in_year;
3950 alias c_g_date_is_leap_year g_date_is_leap_year;
3951 alias c_g_date_strftime g_date_strftime;
3952 alias c_g_date_valid_day g_date_valid_day;
3953 alias c_g_date_valid_dmy g_date_valid_dmy;
3954 alias c_g_date_valid_julian g_date_valid_julian;
3955 alias c_g_date_valid_month g_date_valid_month;
3956 alias c_g_date_valid_weekday g_date_valid_weekday;
3957 alias c_g_date_valid_year g_date_valid_year;
3958 
3959 // glib.DateTime
3960 
3961 alias c_g_date_time_new g_date_time_new;
3962 alias c_g_date_time_new_from_iso8601 g_date_time_new_from_iso8601;
3963 alias c_g_date_time_new_from_timeval_local g_date_time_new_from_timeval_local;
3964 alias c_g_date_time_new_from_timeval_utc g_date_time_new_from_timeval_utc;
3965 alias c_g_date_time_new_from_unix_local g_date_time_new_from_unix_local;
3966 alias c_g_date_time_new_from_unix_utc g_date_time_new_from_unix_utc;
3967 alias c_g_date_time_new_local g_date_time_new_local;
3968 alias c_g_date_time_new_now g_date_time_new_now;
3969 alias c_g_date_time_new_now_local g_date_time_new_now_local;
3970 alias c_g_date_time_new_now_utc g_date_time_new_now_utc;
3971 alias c_g_date_time_new_utc g_date_time_new_utc;
3972 alias c_g_date_time_add g_date_time_add;
3973 alias c_g_date_time_add_days g_date_time_add_days;
3974 alias c_g_date_time_add_full g_date_time_add_full;
3975 alias c_g_date_time_add_hours g_date_time_add_hours;
3976 alias c_g_date_time_add_minutes g_date_time_add_minutes;
3977 alias c_g_date_time_add_months g_date_time_add_months;
3978 alias c_g_date_time_add_seconds g_date_time_add_seconds;
3979 alias c_g_date_time_add_weeks g_date_time_add_weeks;
3980 alias c_g_date_time_add_years g_date_time_add_years;
3981 alias c_g_date_time_compare g_date_time_compare;
3982 alias c_g_date_time_difference g_date_time_difference;
3983 alias c_g_date_time_equal g_date_time_equal;
3984 alias c_g_date_time_format g_date_time_format;
3985 alias c_g_date_time_format_iso8601 g_date_time_format_iso8601;
3986 alias c_g_date_time_get_day_of_month g_date_time_get_day_of_month;
3987 alias c_g_date_time_get_day_of_week g_date_time_get_day_of_week;
3988 alias c_g_date_time_get_day_of_year g_date_time_get_day_of_year;
3989 alias c_g_date_time_get_hour g_date_time_get_hour;
3990 alias c_g_date_time_get_microsecond g_date_time_get_microsecond;
3991 alias c_g_date_time_get_minute g_date_time_get_minute;
3992 alias c_g_date_time_get_month g_date_time_get_month;
3993 alias c_g_date_time_get_second g_date_time_get_second;
3994 alias c_g_date_time_get_seconds g_date_time_get_seconds;
3995 alias c_g_date_time_get_timezone g_date_time_get_timezone;
3996 alias c_g_date_time_get_timezone_abbreviation g_date_time_get_timezone_abbreviation;
3997 alias c_g_date_time_get_utc_offset g_date_time_get_utc_offset;
3998 alias c_g_date_time_get_week_numbering_year g_date_time_get_week_numbering_year;
3999 alias c_g_date_time_get_week_of_year g_date_time_get_week_of_year;
4000 alias c_g_date_time_get_year g_date_time_get_year;
4001 alias c_g_date_time_get_ymd g_date_time_get_ymd;
4002 alias c_g_date_time_hash g_date_time_hash;
4003 alias c_g_date_time_is_daylight_savings g_date_time_is_daylight_savings;
4004 alias c_g_date_time_ref g_date_time_ref;
4005 alias c_g_date_time_to_local g_date_time_to_local;
4006 alias c_g_date_time_to_timeval g_date_time_to_timeval;
4007 alias c_g_date_time_to_timezone g_date_time_to_timezone;
4008 alias c_g_date_time_to_unix g_date_time_to_unix;
4009 alias c_g_date_time_to_utc g_date_time_to_utc;
4010 alias c_g_date_time_unref g_date_time_unref;
4011 
4012 // glib.Directory
4013 
4014 alias c_g_dir_close g_dir_close;
4015 alias c_g_dir_read_name g_dir_read_name;
4016 alias c_g_dir_rewind g_dir_rewind;
4017 alias c_g_dir_make_tmp g_dir_make_tmp;
4018 alias c_g_dir_open g_dir_open;
4019 
4020 // glib.ErrorG
4021 
4022 alias c_g_error_new g_error_new;
4023 alias c_g_error_new_literal g_error_new_literal;
4024 alias c_g_error_new_valist g_error_new_valist;
4025 alias c_g_error_copy g_error_copy;
4026 alias c_g_error_free g_error_free;
4027 alias c_g_error_matches g_error_matches;
4028 alias c_g_error_domain_register g_error_domain_register;
4029 alias c_g_error_domain_register_static g_error_domain_register_static;
4030 alias c_g_propagate_error g_propagate_error;
4031 alias c_g_set_error_literal g_set_error_literal;
4032 alias c_g_prefix_error g_prefix_error;
4033 alias c_g_propagate_prefixed_error g_propagate_prefixed_error;
4034 alias c_g_set_error g_set_error;
4035 
4036 // glib.HashTable
4037 
4038 alias c_g_hash_table_add g_hash_table_add;
4039 alias c_g_hash_table_contains g_hash_table_contains;
4040 alias c_g_hash_table_destroy g_hash_table_destroy;
4041 alias c_g_hash_table_find g_hash_table_find;
4042 alias c_g_hash_table_foreach g_hash_table_foreach;
4043 alias c_g_hash_table_foreach_remove g_hash_table_foreach_remove;
4044 alias c_g_hash_table_foreach_steal g_hash_table_foreach_steal;
4045 alias c_g_hash_table_get_keys g_hash_table_get_keys;
4046 alias c_g_hash_table_get_keys_as_array g_hash_table_get_keys_as_array;
4047 alias c_g_hash_table_get_values g_hash_table_get_values;
4048 alias c_g_hash_table_insert g_hash_table_insert;
4049 alias c_g_hash_table_lookup g_hash_table_lookup;
4050 alias c_g_hash_table_lookup_extended g_hash_table_lookup_extended;
4051 alias c_g_hash_table_new g_hash_table_new;
4052 alias c_g_hash_table_new_full g_hash_table_new_full;
4053 alias c_g_hash_table_new_similar g_hash_table_new_similar;
4054 alias c_g_hash_table_ref g_hash_table_ref;
4055 alias c_g_hash_table_remove g_hash_table_remove;
4056 alias c_g_hash_table_remove_all g_hash_table_remove_all;
4057 alias c_g_hash_table_replace g_hash_table_replace;
4058 alias c_g_hash_table_size g_hash_table_size;
4059 alias c_g_hash_table_steal g_hash_table_steal;
4060 alias c_g_hash_table_steal_all g_hash_table_steal_all;
4061 alias c_g_hash_table_steal_extended g_hash_table_steal_extended;
4062 alias c_g_hash_table_unref g_hash_table_unref;
4063 alias c_g_direct_equal g_direct_equal;
4064 alias c_g_direct_hash g_direct_hash;
4065 alias c_g_double_equal g_double_equal;
4066 alias c_g_double_hash g_double_hash;
4067 alias c_g_int64_equal g_int64_equal;
4068 alias c_g_int64_hash g_int64_hash;
4069 alias c_g_int_equal g_int_equal;
4070 alias c_g_int_hash g_int_hash;
4071 alias c_g_str_equal g_str_equal;
4072 alias c_g_str_hash g_str_hash;
4073 
4074 // glib.HashTableIter
4075 
4076 alias c_g_hash_table_iter_get_hash_table g_hash_table_iter_get_hash_table;
4077 alias c_g_hash_table_iter_init g_hash_table_iter_init;
4078 alias c_g_hash_table_iter_next g_hash_table_iter_next;
4079 alias c_g_hash_table_iter_remove g_hash_table_iter_remove;
4080 alias c_g_hash_table_iter_replace g_hash_table_iter_replace;
4081 alias c_g_hash_table_iter_steal g_hash_table_iter_steal;
4082 
4083 // glib.Hmac
4084 
4085 alias c_g_hmac_copy g_hmac_copy;
4086 alias c_g_hmac_get_digest g_hmac_get_digest;
4087 alias c_g_hmac_get_string g_hmac_get_string;
4088 alias c_g_hmac_ref g_hmac_ref;
4089 alias c_g_hmac_unref g_hmac_unref;
4090 alias c_g_hmac_update g_hmac_update;
4091 alias c_g_hmac_new g_hmac_new;
4092 alias c_g_compute_hmac_for_data g_compute_hmac_for_data;
4093 alias c_g_compute_hmac_for_string g_compute_hmac_for_string;
4094 alias c_g_compute_hmac_for_bytes g_compute_hmac_for_bytes;
4095 
4096 // glib.Hook
4097 
4098 alias c_g_hook_compare_ids g_hook_compare_ids;
4099 alias c_g_hook_alloc g_hook_alloc;
4100 alias c_g_hook_destroy g_hook_destroy;
4101 alias c_g_hook_destroy_link g_hook_destroy_link;
4102 alias c_g_hook_find g_hook_find;
4103 alias c_g_hook_find_data g_hook_find_data;
4104 alias c_g_hook_find_func g_hook_find_func;
4105 alias c_g_hook_find_func_data g_hook_find_func_data;
4106 alias c_g_hook_first_valid g_hook_first_valid;
4107 alias c_g_hook_free g_hook_free;
4108 alias c_g_hook_get g_hook_get;
4109 alias c_g_hook_insert_before g_hook_insert_before;
4110 alias c_g_hook_insert_sorted g_hook_insert_sorted;
4111 alias c_g_hook_next_valid g_hook_next_valid;
4112 alias c_g_hook_prepend g_hook_prepend;
4113 alias c_g_hook_ref g_hook_ref;
4114 alias c_g_hook_unref g_hook_unref;
4115 
4116 // glib.HookList
4117 
4118 alias c_g_hook_list_clear g_hook_list_clear;
4119 alias c_g_hook_list_init g_hook_list_init;
4120 alias c_g_hook_list_invoke g_hook_list_invoke;
4121 alias c_g_hook_list_invoke_check g_hook_list_invoke_check;
4122 alias c_g_hook_list_marshal g_hook_list_marshal;
4123 alias c_g_hook_list_marshal_check g_hook_list_marshal_check;
4124 
4125 // glib.IConv
4126 
4127 alias c_g_iconv g_iconv;
4128 alias c_g_iconv_close g_iconv_close;
4129 alias c_g_iconv_open g_iconv_open;
4130 
4131 // glib.IOChannel
4132 
4133 alias c_g_io_channel_new_file g_io_channel_new_file;
4134 alias c_g_io_channel_unix_new g_io_channel_unix_new;
4135 alias c_g_io_channel_close g_io_channel_close;
4136 alias c_g_io_channel_flush g_io_channel_flush;
4137 alias c_g_io_channel_get_buffer_condition g_io_channel_get_buffer_condition;
4138 alias c_g_io_channel_get_buffer_size g_io_channel_get_buffer_size;
4139 alias c_g_io_channel_get_buffered g_io_channel_get_buffered;
4140 alias c_g_io_channel_get_close_on_unref g_io_channel_get_close_on_unref;
4141 alias c_g_io_channel_get_encoding g_io_channel_get_encoding;
4142 alias c_g_io_channel_get_flags g_io_channel_get_flags;
4143 alias c_g_io_channel_get_line_term g_io_channel_get_line_term;
4144 alias c_g_io_channel_init g_io_channel_init;
4145 alias c_g_io_channel_read g_io_channel_read;
4146 alias c_g_io_channel_read_chars g_io_channel_read_chars;
4147 alias c_g_io_channel_read_line g_io_channel_read_line;
4148 alias c_g_io_channel_read_line_string g_io_channel_read_line_string;
4149 alias c_g_io_channel_read_to_end g_io_channel_read_to_end;
4150 alias c_g_io_channel_read_unichar g_io_channel_read_unichar;
4151 alias c_g_io_channel_ref g_io_channel_ref;
4152 alias c_g_io_channel_seek g_io_channel_seek;
4153 alias c_g_io_channel_seek_position g_io_channel_seek_position;
4154 alias c_g_io_channel_set_buffer_size g_io_channel_set_buffer_size;
4155 alias c_g_io_channel_set_buffered g_io_channel_set_buffered;
4156 alias c_g_io_channel_set_close_on_unref g_io_channel_set_close_on_unref;
4157 alias c_g_io_channel_set_encoding g_io_channel_set_encoding;
4158 alias c_g_io_channel_set_flags g_io_channel_set_flags;
4159 alias c_g_io_channel_set_line_term g_io_channel_set_line_term;
4160 alias c_g_io_channel_shutdown g_io_channel_shutdown;
4161 alias c_g_io_channel_unix_get_fd g_io_channel_unix_get_fd;
4162 alias c_g_io_channel_unref g_io_channel_unref;
4163 alias c_g_io_channel_write g_io_channel_write;
4164 alias c_g_io_channel_write_chars g_io_channel_write_chars;
4165 alias c_g_io_channel_write_unichar g_io_channel_write_unichar;
4166 alias c_g_io_channel_error_from_errno g_io_channel_error_from_errno;
4167 alias c_g_io_channel_error_quark g_io_channel_error_quark;
4168 alias c_g_io_add_watch g_io_add_watch;
4169 alias c_g_io_add_watch_full g_io_add_watch_full;
4170 alias c_g_io_create_watch g_io_create_watch;
4171 
4172 // glib.KeyFile
4173 
4174 alias c_g_key_file_new g_key_file_new;
4175 alias c_g_key_file_free g_key_file_free;
4176 alias c_g_key_file_get_boolean g_key_file_get_boolean;
4177 alias c_g_key_file_get_boolean_list g_key_file_get_boolean_list;
4178 alias c_g_key_file_get_comment g_key_file_get_comment;
4179 alias c_g_key_file_get_double g_key_file_get_double;
4180 alias c_g_key_file_get_double_list g_key_file_get_double_list;
4181 alias c_g_key_file_get_groups g_key_file_get_groups;
4182 alias c_g_key_file_get_int64 g_key_file_get_int64;
4183 alias c_g_key_file_get_integer g_key_file_get_integer;
4184 alias c_g_key_file_get_integer_list g_key_file_get_integer_list;
4185 alias c_g_key_file_get_keys g_key_file_get_keys;
4186 alias c_g_key_file_get_locale_for_key g_key_file_get_locale_for_key;
4187 alias c_g_key_file_get_locale_string g_key_file_get_locale_string;
4188 alias c_g_key_file_get_locale_string_list g_key_file_get_locale_string_list;
4189 alias c_g_key_file_get_start_group g_key_file_get_start_group;
4190 alias c_g_key_file_get_string g_key_file_get_string;
4191 alias c_g_key_file_get_string_list g_key_file_get_string_list;
4192 alias c_g_key_file_get_uint64 g_key_file_get_uint64;
4193 alias c_g_key_file_get_value g_key_file_get_value;
4194 alias c_g_key_file_has_group g_key_file_has_group;
4195 alias c_g_key_file_has_key g_key_file_has_key;
4196 alias c_g_key_file_load_from_bytes g_key_file_load_from_bytes;
4197 alias c_g_key_file_load_from_data g_key_file_load_from_data;
4198 alias c_g_key_file_load_from_data_dirs g_key_file_load_from_data_dirs;
4199 alias c_g_key_file_load_from_dirs g_key_file_load_from_dirs;
4200 alias c_g_key_file_load_from_file g_key_file_load_from_file;
4201 alias c_g_key_file_ref g_key_file_ref;
4202 alias c_g_key_file_remove_comment g_key_file_remove_comment;
4203 alias c_g_key_file_remove_group g_key_file_remove_group;
4204 alias c_g_key_file_remove_key g_key_file_remove_key;
4205 alias c_g_key_file_save_to_file g_key_file_save_to_file;
4206 alias c_g_key_file_set_boolean g_key_file_set_boolean;
4207 alias c_g_key_file_set_boolean_list g_key_file_set_boolean_list;
4208 alias c_g_key_file_set_comment g_key_file_set_comment;
4209 alias c_g_key_file_set_double g_key_file_set_double;
4210 alias c_g_key_file_set_double_list g_key_file_set_double_list;
4211 alias c_g_key_file_set_int64 g_key_file_set_int64;
4212 alias c_g_key_file_set_integer g_key_file_set_integer;
4213 alias c_g_key_file_set_integer_list g_key_file_set_integer_list;
4214 alias c_g_key_file_set_list_separator g_key_file_set_list_separator;
4215 alias c_g_key_file_set_locale_string g_key_file_set_locale_string;
4216 alias c_g_key_file_set_locale_string_list g_key_file_set_locale_string_list;
4217 alias c_g_key_file_set_string g_key_file_set_string;
4218 alias c_g_key_file_set_string_list g_key_file_set_string_list;
4219 alias c_g_key_file_set_uint64 g_key_file_set_uint64;
4220 alias c_g_key_file_set_value g_key_file_set_value;
4221 alias c_g_key_file_to_data g_key_file_to_data;
4222 alias c_g_key_file_unref g_key_file_unref;
4223 alias c_g_key_file_error_quark g_key_file_error_quark;
4224 
4225 // glib.ListG
4226 
4227 alias c_g_list_alloc g_list_alloc;
4228 alias c_g_list_append g_list_append;
4229 alias c_g_list_concat g_list_concat;
4230 alias c_g_list_copy g_list_copy;
4231 alias c_g_list_copy_deep g_list_copy_deep;
4232 alias c_g_list_delete_link g_list_delete_link;
4233 alias c_g_list_find g_list_find;
4234 alias c_g_list_find_custom g_list_find_custom;
4235 alias c_g_list_first g_list_first;
4236 alias c_g_list_foreach g_list_foreach;
4237 alias c_g_list_free g_list_free;
4238 alias c_g_list_free_1 g_list_free_1;
4239 alias c_g_list_free_full g_list_free_full;
4240 alias c_g_list_index g_list_index;
4241 alias c_g_list_insert g_list_insert;
4242 alias c_g_list_insert_before g_list_insert_before;
4243 alias c_g_list_insert_before_link g_list_insert_before_link;
4244 alias c_g_list_insert_sorted g_list_insert_sorted;
4245 alias c_g_list_insert_sorted_with_data g_list_insert_sorted_with_data;
4246 alias c_g_list_last g_list_last;
4247 alias c_g_list_length g_list_length;
4248 alias c_g_list_nth g_list_nth;
4249 alias c_g_list_nth_data g_list_nth_data;
4250 alias c_g_list_nth_prev g_list_nth_prev;
4251 alias c_g_list_position g_list_position;
4252 alias c_g_list_prepend g_list_prepend;
4253 alias c_g_list_remove g_list_remove;
4254 alias c_g_list_remove_all g_list_remove_all;
4255 alias c_g_list_remove_link g_list_remove_link;
4256 alias c_g_list_reverse g_list_reverse;
4257 alias c_g_list_sort g_list_sort;
4258 alias c_g_list_sort_with_data g_list_sort_with_data;
4259 alias c_g_clear_list g_clear_list;
4260 
4261 // glib.MainContext
4262 
4263 alias c_g_main_context_new g_main_context_new;
4264 alias c_g_main_context_new_with_flags g_main_context_new_with_flags;
4265 alias c_g_main_context_acquire g_main_context_acquire;
4266 alias c_g_main_context_add_poll g_main_context_add_poll;
4267 alias c_g_main_context_check g_main_context_check;
4268 alias c_g_main_context_dispatch g_main_context_dispatch;
4269 alias c_g_main_context_find_source_by_funcs_user_data g_main_context_find_source_by_funcs_user_data;
4270 alias c_g_main_context_find_source_by_id g_main_context_find_source_by_id;
4271 alias c_g_main_context_find_source_by_user_data g_main_context_find_source_by_user_data;
4272 alias c_g_main_context_get_poll_func g_main_context_get_poll_func;
4273 alias c_g_main_context_invoke g_main_context_invoke;
4274 alias c_g_main_context_invoke_full g_main_context_invoke_full;
4275 alias c_g_main_context_is_owner g_main_context_is_owner;
4276 alias c_g_main_context_iteration g_main_context_iteration;
4277 alias c_g_main_context_pending g_main_context_pending;
4278 alias c_g_main_context_pop_thread_default g_main_context_pop_thread_default;
4279 alias c_g_main_context_prepare g_main_context_prepare;
4280 alias c_g_main_context_push_thread_default g_main_context_push_thread_default;
4281 alias c_g_main_context_query g_main_context_query;
4282 alias c_g_main_context_ref g_main_context_ref;
4283 alias c_g_main_context_release g_main_context_release;
4284 alias c_g_main_context_remove_poll g_main_context_remove_poll;
4285 alias c_g_main_context_set_poll_func g_main_context_set_poll_func;
4286 alias c_g_main_context_unref g_main_context_unref;
4287 alias c_g_main_context_wait g_main_context_wait;
4288 alias c_g_main_context_wakeup g_main_context_wakeup;
4289 alias c_g_main_context_default g_main_context_default;
4290 alias c_g_main_context_get_thread_default g_main_context_get_thread_default;
4291 alias c_g_main_context_ref_thread_default g_main_context_ref_thread_default;
4292 
4293 // glib.MainLoop
4294 
4295 alias c_g_main_loop_new g_main_loop_new;
4296 alias c_g_main_loop_get_context g_main_loop_get_context;
4297 alias c_g_main_loop_is_running g_main_loop_is_running;
4298 alias c_g_main_loop_quit g_main_loop_quit;
4299 alias c_g_main_loop_ref g_main_loop_ref;
4300 alias c_g_main_loop_run g_main_loop_run;
4301 alias c_g_main_loop_unref g_main_loop_unref;
4302 alias c_g_main_current_source g_main_current_source;
4303 alias c_g_main_depth g_main_depth;
4304 alias c_g_poll g_poll;
4305 
4306 // glib.MappedFile
4307 
4308 alias c_g_mapped_file_new g_mapped_file_new;
4309 alias c_g_mapped_file_new_from_fd g_mapped_file_new_from_fd;
4310 alias c_g_mapped_file_free g_mapped_file_free;
4311 alias c_g_mapped_file_get_bytes g_mapped_file_get_bytes;
4312 alias c_g_mapped_file_get_contents g_mapped_file_get_contents;
4313 alias c_g_mapped_file_get_length g_mapped_file_get_length;
4314 alias c_g_mapped_file_ref g_mapped_file_ref;
4315 alias c_g_mapped_file_unref g_mapped_file_unref;
4316 
4317 // glib.SimpleXML
4318 
4319 alias c_g_markup_parse_context_new g_markup_parse_context_new;
4320 alias c_g_markup_parse_context_end_parse g_markup_parse_context_end_parse;
4321 alias c_g_markup_parse_context_free g_markup_parse_context_free;
4322 alias c_g_markup_parse_context_get_element g_markup_parse_context_get_element;
4323 alias c_g_markup_parse_context_get_element_stack g_markup_parse_context_get_element_stack;
4324 alias c_g_markup_parse_context_get_position g_markup_parse_context_get_position;
4325 alias c_g_markup_parse_context_get_user_data g_markup_parse_context_get_user_data;
4326 alias c_g_markup_parse_context_parse g_markup_parse_context_parse;
4327 alias c_g_markup_parse_context_pop g_markup_parse_context_pop;
4328 alias c_g_markup_parse_context_push g_markup_parse_context_push;
4329 alias c_g_markup_parse_context_ref g_markup_parse_context_ref;
4330 alias c_g_markup_parse_context_unref g_markup_parse_context_unref;
4331 alias c_g_markup_collect_attributes g_markup_collect_attributes;
4332 alias c_g_markup_error_quark g_markup_error_quark;
4333 alias c_g_markup_escape_text g_markup_escape_text;
4334 alias c_g_markup_printf_escaped g_markup_printf_escaped;
4335 alias c_g_markup_vprintf_escaped g_markup_vprintf_escaped;
4336 
4337 // glib.MatchInfo
4338 
4339 alias c_g_match_info_expand_references g_match_info_expand_references;
4340 alias c_g_match_info_fetch g_match_info_fetch;
4341 alias c_g_match_info_fetch_all g_match_info_fetch_all;
4342 alias c_g_match_info_fetch_named g_match_info_fetch_named;
4343 alias c_g_match_info_fetch_named_pos g_match_info_fetch_named_pos;
4344 alias c_g_match_info_fetch_pos g_match_info_fetch_pos;
4345 alias c_g_match_info_free g_match_info_free;
4346 alias c_g_match_info_get_match_count g_match_info_get_match_count;
4347 alias c_g_match_info_get_regex g_match_info_get_regex;
4348 alias c_g_match_info_get_string g_match_info_get_string;
4349 alias c_g_match_info_is_partial_match g_match_info_is_partial_match;
4350 alias c_g_match_info_matches g_match_info_matches;
4351 alias c_g_match_info_next g_match_info_next;
4352 alias c_g_match_info_ref g_match_info_ref;
4353 alias c_g_match_info_unref g_match_info_unref;
4354 
4355 // glib.Mutex
4356 
4357 alias c_g_mutex_clear g_mutex_clear;
4358 alias c_g_mutex_init g_mutex_init;
4359 alias c_g_mutex_lock g_mutex_lock;
4360 alias c_g_mutex_trylock g_mutex_trylock;
4361 alias c_g_mutex_unlock g_mutex_unlock;
4362 
4363 // glib.Node
4364 
4365 alias c_g_node_child_index g_node_child_index;
4366 alias c_g_node_child_position g_node_child_position;
4367 alias c_g_node_children_foreach g_node_children_foreach;
4368 alias c_g_node_copy g_node_copy;
4369 alias c_g_node_copy_deep g_node_copy_deep;
4370 alias c_g_node_depth g_node_depth;
4371 alias c_g_node_destroy g_node_destroy;
4372 alias c_g_node_find g_node_find;
4373 alias c_g_node_find_child g_node_find_child;
4374 alias c_g_node_first_sibling g_node_first_sibling;
4375 alias c_g_node_get_root g_node_get_root;
4376 alias c_g_node_insert g_node_insert;
4377 alias c_g_node_insert_after g_node_insert_after;
4378 alias c_g_node_insert_before g_node_insert_before;
4379 alias c_g_node_is_ancestor g_node_is_ancestor;
4380 alias c_g_node_last_child g_node_last_child;
4381 alias c_g_node_last_sibling g_node_last_sibling;
4382 alias c_g_node_max_height g_node_max_height;
4383 alias c_g_node_n_children g_node_n_children;
4384 alias c_g_node_n_nodes g_node_n_nodes;
4385 alias c_g_node_nth_child g_node_nth_child;
4386 alias c_g_node_prepend g_node_prepend;
4387 alias c_g_node_reverse_children g_node_reverse_children;
4388 alias c_g_node_traverse g_node_traverse;
4389 alias c_g_node_unlink g_node_unlink;
4390 alias c_g_node_new g_node_new;
4391 
4392 // glib.Once
4393 
4394 alias c_g_once_impl g_once_impl;
4395 alias c_g_once_init_enter g_once_init_enter;
4396 alias c_g_once_init_leave g_once_init_leave;
4397 
4398 // glib.OptionContext
4399 
4400 alias c_g_option_context_add_group g_option_context_add_group;
4401 alias c_g_option_context_add_main_entries g_option_context_add_main_entries;
4402 alias c_g_option_context_free g_option_context_free;
4403 alias c_g_option_context_get_description g_option_context_get_description;
4404 alias c_g_option_context_get_help g_option_context_get_help;
4405 alias c_g_option_context_get_help_enabled g_option_context_get_help_enabled;
4406 alias c_g_option_context_get_ignore_unknown_options g_option_context_get_ignore_unknown_options;
4407 alias c_g_option_context_get_main_group g_option_context_get_main_group;
4408 alias c_g_option_context_get_strict_posix g_option_context_get_strict_posix;
4409 alias c_g_option_context_get_summary g_option_context_get_summary;
4410 alias c_g_option_context_parse g_option_context_parse;
4411 alias c_g_option_context_parse_strv g_option_context_parse_strv;
4412 alias c_g_option_context_set_description g_option_context_set_description;
4413 alias c_g_option_context_set_help_enabled g_option_context_set_help_enabled;
4414 alias c_g_option_context_set_ignore_unknown_options g_option_context_set_ignore_unknown_options;
4415 alias c_g_option_context_set_main_group g_option_context_set_main_group;
4416 alias c_g_option_context_set_strict_posix g_option_context_set_strict_posix;
4417 alias c_g_option_context_set_summary g_option_context_set_summary;
4418 alias c_g_option_context_set_translate_func g_option_context_set_translate_func;
4419 alias c_g_option_context_set_translation_domain g_option_context_set_translation_domain;
4420 alias c_g_option_context_new g_option_context_new;
4421 alias c_g_option_error_quark g_option_error_quark;
4422 
4423 // glib.OptionGroup
4424 
4425 alias c_g_option_group_new g_option_group_new;
4426 alias c_g_option_group_add_entries g_option_group_add_entries;
4427 alias c_g_option_group_free g_option_group_free;
4428 alias c_g_option_group_ref g_option_group_ref;
4429 alias c_g_option_group_set_error_hook g_option_group_set_error_hook;
4430 alias c_g_option_group_set_parse_hooks g_option_group_set_parse_hooks;
4431 alias c_g_option_group_set_translate_func g_option_group_set_translate_func;
4432 alias c_g_option_group_set_translation_domain g_option_group_set_translation_domain;
4433 alias c_g_option_group_unref g_option_group_unref;
4434 
4435 // glib.Pattern
4436 
4437 alias c_g_pattern_spec_new g_pattern_spec_new;
4438 alias c_g_pattern_spec_copy g_pattern_spec_copy;
4439 alias c_g_pattern_spec_equal g_pattern_spec_equal;
4440 alias c_g_pattern_spec_free g_pattern_spec_free;
4441 alias c_g_pattern_spec_match g_pattern_spec_match;
4442 alias c_g_pattern_spec_match_string g_pattern_spec_match_string;
4443 alias c_g_pattern_match g_pattern_match;
4444 alias c_g_pattern_match_simple g_pattern_match_simple;
4445 alias c_g_pattern_match_string g_pattern_match_string;
4446 
4447 // glib.Private
4448 
4449 alias c_g_private_get g_private_get;
4450 alias c_g_private_replace g_private_replace;
4451 alias c_g_private_set g_private_set;
4452 
4453 // glib.PtrArray
4454 
4455 alias c_g_ptr_array_add g_ptr_array_add;
4456 alias c_g_ptr_array_copy g_ptr_array_copy;
4457 alias c_g_ptr_array_extend g_ptr_array_extend;
4458 alias c_g_ptr_array_extend_and_steal g_ptr_array_extend_and_steal;
4459 alias c_g_ptr_array_find g_ptr_array_find;
4460 alias c_g_ptr_array_find_with_equal_func g_ptr_array_find_with_equal_func;
4461 alias c_g_ptr_array_foreach g_ptr_array_foreach;
4462 alias c_g_ptr_array_free g_ptr_array_free;
4463 alias c_g_ptr_array_insert g_ptr_array_insert;
4464 alias c_g_ptr_array_new g_ptr_array_new;
4465 alias c_g_ptr_array_new_full g_ptr_array_new_full;
4466 alias c_g_ptr_array_new_with_free_func g_ptr_array_new_with_free_func;
4467 alias c_g_ptr_array_ref g_ptr_array_ref;
4468 alias c_g_ptr_array_remove g_ptr_array_remove;
4469 alias c_g_ptr_array_remove_fast g_ptr_array_remove_fast;
4470 alias c_g_ptr_array_remove_index g_ptr_array_remove_index;
4471 alias c_g_ptr_array_remove_index_fast g_ptr_array_remove_index_fast;
4472 alias c_g_ptr_array_remove_range g_ptr_array_remove_range;
4473 alias c_g_ptr_array_set_free_func g_ptr_array_set_free_func;
4474 alias c_g_ptr_array_set_size g_ptr_array_set_size;
4475 alias c_g_ptr_array_sized_new g_ptr_array_sized_new;
4476 alias c_g_ptr_array_sort g_ptr_array_sort;
4477 alias c_g_ptr_array_sort_with_data g_ptr_array_sort_with_data;
4478 alias c_g_ptr_array_steal g_ptr_array_steal;
4479 alias c_g_ptr_array_steal_index g_ptr_array_steal_index;
4480 alias c_g_ptr_array_steal_index_fast g_ptr_array_steal_index_fast;
4481 alias c_g_ptr_array_unref g_ptr_array_unref;
4482 
4483 // glib.QueueG
4484 
4485 alias c_g_queue_clear g_queue_clear;
4486 alias c_g_queue_clear_full g_queue_clear_full;
4487 alias c_g_queue_copy g_queue_copy;
4488 alias c_g_queue_delete_link g_queue_delete_link;
4489 alias c_g_queue_find g_queue_find;
4490 alias c_g_queue_find_custom g_queue_find_custom;
4491 alias c_g_queue_foreach g_queue_foreach;
4492 alias c_g_queue_free g_queue_free;
4493 alias c_g_queue_free_full g_queue_free_full;
4494 alias c_g_queue_get_length g_queue_get_length;
4495 alias c_g_queue_index g_queue_index;
4496 alias c_g_queue_init g_queue_init;
4497 alias c_g_queue_insert_after g_queue_insert_after;
4498 alias c_g_queue_insert_after_link g_queue_insert_after_link;
4499 alias c_g_queue_insert_before g_queue_insert_before;
4500 alias c_g_queue_insert_before_link g_queue_insert_before_link;
4501 alias c_g_queue_insert_sorted g_queue_insert_sorted;
4502 alias c_g_queue_is_empty g_queue_is_empty;
4503 alias c_g_queue_link_index g_queue_link_index;
4504 alias c_g_queue_peek_head g_queue_peek_head;
4505 alias c_g_queue_peek_head_link g_queue_peek_head_link;
4506 alias c_g_queue_peek_nth g_queue_peek_nth;
4507 alias c_g_queue_peek_nth_link g_queue_peek_nth_link;
4508 alias c_g_queue_peek_tail g_queue_peek_tail;
4509 alias c_g_queue_peek_tail_link g_queue_peek_tail_link;
4510 alias c_g_queue_pop_head g_queue_pop_head;
4511 alias c_g_queue_pop_head_link g_queue_pop_head_link;
4512 alias c_g_queue_pop_nth g_queue_pop_nth;
4513 alias c_g_queue_pop_nth_link g_queue_pop_nth_link;
4514 alias c_g_queue_pop_tail g_queue_pop_tail;
4515 alias c_g_queue_pop_tail_link g_queue_pop_tail_link;
4516 alias c_g_queue_push_head g_queue_push_head;
4517 alias c_g_queue_push_head_link g_queue_push_head_link;
4518 alias c_g_queue_push_nth g_queue_push_nth;
4519 alias c_g_queue_push_nth_link g_queue_push_nth_link;
4520 alias c_g_queue_push_tail g_queue_push_tail;
4521 alias c_g_queue_push_tail_link g_queue_push_tail_link;
4522 alias c_g_queue_remove g_queue_remove;
4523 alias c_g_queue_remove_all g_queue_remove_all;
4524 alias c_g_queue_reverse g_queue_reverse;
4525 alias c_g_queue_sort g_queue_sort;
4526 alias c_g_queue_unlink g_queue_unlink;
4527 alias c_g_queue_new g_queue_new;
4528 
4529 // glib.RWLock
4530 
4531 alias c_g_rw_lock_clear g_rw_lock_clear;
4532 alias c_g_rw_lock_init g_rw_lock_init;
4533 alias c_g_rw_lock_reader_lock g_rw_lock_reader_lock;
4534 alias c_g_rw_lock_reader_trylock g_rw_lock_reader_trylock;
4535 alias c_g_rw_lock_reader_unlock g_rw_lock_reader_unlock;
4536 alias c_g_rw_lock_writer_lock g_rw_lock_writer_lock;
4537 alias c_g_rw_lock_writer_trylock g_rw_lock_writer_trylock;
4538 alias c_g_rw_lock_writer_unlock g_rw_lock_writer_unlock;
4539 
4540 // glib.RandG
4541 
4542 alias c_g_rand_copy g_rand_copy;
4543 alias c_g_rand_double g_rand_double;
4544 alias c_g_rand_double_range g_rand_double_range;
4545 alias c_g_rand_free g_rand_free;
4546 alias c_g_rand_int g_rand_int;
4547 alias c_g_rand_int_range g_rand_int_range;
4548 alias c_g_rand_set_seed g_rand_set_seed;
4549 alias c_g_rand_set_seed_array g_rand_set_seed_array;
4550 alias c_g_rand_new g_rand_new;
4551 alias c_g_rand_new_with_seed g_rand_new_with_seed;
4552 alias c_g_rand_new_with_seed_array g_rand_new_with_seed_array;
4553 alias c_g_random_double g_random_double;
4554 alias c_g_random_double_range g_random_double_range;
4555 alias c_g_random_int g_random_int;
4556 alias c_g_random_int_range g_random_int_range;
4557 alias c_g_random_set_seed g_random_set_seed;
4558 
4559 // glib.RecMutex
4560 
4561 alias c_g_rec_mutex_clear g_rec_mutex_clear;
4562 alias c_g_rec_mutex_init g_rec_mutex_init;
4563 alias c_g_rec_mutex_lock g_rec_mutex_lock;
4564 alias c_g_rec_mutex_trylock g_rec_mutex_trylock;
4565 alias c_g_rec_mutex_unlock g_rec_mutex_unlock;
4566 
4567 // glib.Regex
4568 
4569 alias c_g_regex_new g_regex_new;
4570 alias c_g_regex_get_capture_count g_regex_get_capture_count;
4571 alias c_g_regex_get_compile_flags g_regex_get_compile_flags;
4572 alias c_g_regex_get_has_cr_or_lf g_regex_get_has_cr_or_lf;
4573 alias c_g_regex_get_match_flags g_regex_get_match_flags;
4574 alias c_g_regex_get_max_backref g_regex_get_max_backref;
4575 alias c_g_regex_get_max_lookbehind g_regex_get_max_lookbehind;
4576 alias c_g_regex_get_pattern g_regex_get_pattern;
4577 alias c_g_regex_get_string_number g_regex_get_string_number;
4578 alias c_g_regex_match g_regex_match;
4579 alias c_g_regex_match_all g_regex_match_all;
4580 alias c_g_regex_match_all_full g_regex_match_all_full;
4581 alias c_g_regex_match_full g_regex_match_full;
4582 alias c_g_regex_ref g_regex_ref;
4583 alias c_g_regex_replace g_regex_replace;
4584 alias c_g_regex_replace_eval g_regex_replace_eval;
4585 alias c_g_regex_replace_literal g_regex_replace_literal;
4586 alias c_g_regex_split g_regex_split;
4587 alias c_g_regex_split_full g_regex_split_full;
4588 alias c_g_regex_unref g_regex_unref;
4589 alias c_g_regex_check_replacement g_regex_check_replacement;
4590 alias c_g_regex_error_quark g_regex_error_quark;
4591 alias c_g_regex_escape_nul g_regex_escape_nul;
4592 alias c_g_regex_escape_string g_regex_escape_string;
4593 alias c_g_regex_match_simple g_regex_match_simple;
4594 alias c_g_regex_split_simple g_regex_split_simple;
4595 
4596 // glib.ListSG
4597 
4598 alias c_g_slist_alloc g_slist_alloc;
4599 alias c_g_slist_append g_slist_append;
4600 alias c_g_slist_concat g_slist_concat;
4601 alias c_g_slist_copy g_slist_copy;
4602 alias c_g_slist_copy_deep g_slist_copy_deep;
4603 alias c_g_slist_delete_link g_slist_delete_link;
4604 alias c_g_slist_find g_slist_find;
4605 alias c_g_slist_find_custom g_slist_find_custom;
4606 alias c_g_slist_foreach g_slist_foreach;
4607 alias c_g_slist_free g_slist_free;
4608 alias c_g_slist_free_1 g_slist_free_1;
4609 alias c_g_slist_free_full g_slist_free_full;
4610 alias c_g_slist_index g_slist_index;
4611 alias c_g_slist_insert g_slist_insert;
4612 alias c_g_slist_insert_before g_slist_insert_before;
4613 alias c_g_slist_insert_sorted g_slist_insert_sorted;
4614 alias c_g_slist_insert_sorted_with_data g_slist_insert_sorted_with_data;
4615 alias c_g_slist_last g_slist_last;
4616 alias c_g_slist_length g_slist_length;
4617 alias c_g_slist_nth g_slist_nth;
4618 alias c_g_slist_nth_data g_slist_nth_data;
4619 alias c_g_slist_position g_slist_position;
4620 alias c_g_slist_prepend g_slist_prepend;
4621 alias c_g_slist_remove g_slist_remove;
4622 alias c_g_slist_remove_all g_slist_remove_all;
4623 alias c_g_slist_remove_link g_slist_remove_link;
4624 alias c_g_slist_reverse g_slist_reverse;
4625 alias c_g_slist_sort g_slist_sort;
4626 alias c_g_slist_sort_with_data g_slist_sort_with_data;
4627 alias c_g_clear_slist g_clear_slist;
4628 
4629 // glib.ScannerG
4630 
4631 alias c_g_scanner_cur_line g_scanner_cur_line;
4632 alias c_g_scanner_cur_position g_scanner_cur_position;
4633 alias c_g_scanner_cur_token g_scanner_cur_token;
4634 alias c_g_scanner_cur_value g_scanner_cur_value;
4635 alias c_g_scanner_destroy g_scanner_destroy;
4636 alias c_g_scanner_eof g_scanner_eof;
4637 alias c_g_scanner_error g_scanner_error;
4638 alias c_g_scanner_get_next_token g_scanner_get_next_token;
4639 alias c_g_scanner_input_file g_scanner_input_file;
4640 alias c_g_scanner_input_text g_scanner_input_text;
4641 alias c_g_scanner_lookup_symbol g_scanner_lookup_symbol;
4642 alias c_g_scanner_peek_next_token g_scanner_peek_next_token;
4643 alias c_g_scanner_scope_add_symbol g_scanner_scope_add_symbol;
4644 alias c_g_scanner_scope_foreach_symbol g_scanner_scope_foreach_symbol;
4645 alias c_g_scanner_scope_lookup_symbol g_scanner_scope_lookup_symbol;
4646 alias c_g_scanner_scope_remove_symbol g_scanner_scope_remove_symbol;
4647 alias c_g_scanner_set_scope g_scanner_set_scope;
4648 alias c_g_scanner_sync_file_offset g_scanner_sync_file_offset;
4649 alias c_g_scanner_unexp_token g_scanner_unexp_token;
4650 alias c_g_scanner_warn g_scanner_warn;
4651 alias c_g_scanner_new g_scanner_new;
4652 
4653 // glib.Sequence
4654 
4655 alias c_g_sequence_append g_sequence_append;
4656 alias c_g_sequence_foreach g_sequence_foreach;
4657 alias c_g_sequence_free g_sequence_free;
4658 alias c_g_sequence_get_begin_iter g_sequence_get_begin_iter;
4659 alias c_g_sequence_get_end_iter g_sequence_get_end_iter;
4660 alias c_g_sequence_get_iter_at_pos g_sequence_get_iter_at_pos;
4661 alias c_g_sequence_get_length g_sequence_get_length;
4662 alias c_g_sequence_insert_sorted g_sequence_insert_sorted;
4663 alias c_g_sequence_insert_sorted_iter g_sequence_insert_sorted_iter;
4664 alias c_g_sequence_is_empty g_sequence_is_empty;
4665 alias c_g_sequence_lookup g_sequence_lookup;
4666 alias c_g_sequence_lookup_iter g_sequence_lookup_iter;
4667 alias c_g_sequence_prepend g_sequence_prepend;
4668 alias c_g_sequence_search g_sequence_search;
4669 alias c_g_sequence_search_iter g_sequence_search_iter;
4670 alias c_g_sequence_sort g_sequence_sort;
4671 alias c_g_sequence_sort_iter g_sequence_sort_iter;
4672 alias c_g_sequence_foreach_range g_sequence_foreach_range;
4673 alias c_g_sequence_get g_sequence_get;
4674 alias c_g_sequence_insert_before g_sequence_insert_before;
4675 alias c_g_sequence_move g_sequence_move;
4676 alias c_g_sequence_move_range g_sequence_move_range;
4677 alias c_g_sequence_new g_sequence_new;
4678 alias c_g_sequence_range_get_midpoint g_sequence_range_get_midpoint;
4679 alias c_g_sequence_remove g_sequence_remove;
4680 alias c_g_sequence_remove_range g_sequence_remove_range;
4681 alias c_g_sequence_set g_sequence_set;
4682 alias c_g_sequence_sort_changed g_sequence_sort_changed;
4683 alias c_g_sequence_sort_changed_iter g_sequence_sort_changed_iter;
4684 alias c_g_sequence_swap g_sequence_swap;
4685 
4686 // glib.SequenceIter
4687 
4688 alias c_g_sequence_iter_compare g_sequence_iter_compare;
4689 alias c_g_sequence_iter_get_position g_sequence_iter_get_position;
4690 alias c_g_sequence_iter_get_sequence g_sequence_iter_get_sequence;
4691 alias c_g_sequence_iter_is_begin g_sequence_iter_is_begin;
4692 alias c_g_sequence_iter_is_end g_sequence_iter_is_end;
4693 alias c_g_sequence_iter_move g_sequence_iter_move;
4694 alias c_g_sequence_iter_next g_sequence_iter_next;
4695 alias c_g_sequence_iter_prev g_sequence_iter_prev;
4696 
4697 // glib.Source
4698 
4699 alias c_g_source_new g_source_new;
4700 alias c_g_source_add_child_source g_source_add_child_source;
4701 alias c_g_source_add_poll g_source_add_poll;
4702 alias c_g_source_add_unix_fd g_source_add_unix_fd;
4703 alias c_g_source_attach g_source_attach;
4704 alias c_g_source_destroy g_source_destroy;
4705 alias c_g_source_get_can_recurse g_source_get_can_recurse;
4706 alias c_g_source_get_context g_source_get_context;
4707 alias c_g_source_get_current_time g_source_get_current_time;
4708 alias c_g_source_get_id g_source_get_id;
4709 alias c_g_source_get_name g_source_get_name;
4710 alias c_g_source_get_priority g_source_get_priority;
4711 alias c_g_source_get_ready_time g_source_get_ready_time;
4712 alias c_g_source_get_time g_source_get_time;
4713 alias c_g_source_is_destroyed g_source_is_destroyed;
4714 alias c_g_source_modify_unix_fd g_source_modify_unix_fd;
4715 alias c_g_source_query_unix_fd g_source_query_unix_fd;
4716 alias c_g_source_ref g_source_ref;
4717 alias c_g_source_remove_child_source g_source_remove_child_source;
4718 alias c_g_source_remove_poll g_source_remove_poll;
4719 alias c_g_source_remove_unix_fd g_source_remove_unix_fd;
4720 alias c_g_source_set_callback g_source_set_callback;
4721 alias c_g_source_set_callback_indirect g_source_set_callback_indirect;
4722 alias c_g_source_set_can_recurse g_source_set_can_recurse;
4723 alias c_g_source_set_dispose_function g_source_set_dispose_function;
4724 alias c_g_source_set_funcs g_source_set_funcs;
4725 alias c_g_source_set_name g_source_set_name;
4726 alias c_g_source_set_priority g_source_set_priority;
4727 alias c_g_source_set_ready_time g_source_set_ready_time;
4728 alias c_g_source_set_static_name g_source_set_static_name;
4729 alias c_g_source_unref g_source_unref;
4730 alias c_g_source_remove g_source_remove;
4731 alias c_g_source_remove_by_funcs_user_data g_source_remove_by_funcs_user_data;
4732 alias c_g_source_remove_by_user_data g_source_remove_by_user_data;
4733 alias c_g_source_set_name_by_id g_source_set_name_by_id;
4734 
4735 // glib.StringG
4736 
4737 alias c_g_string_new g_string_new;
4738 alias c_g_string_new_len g_string_new_len;
4739 alias c_g_string_sized_new g_string_sized_new;
4740 alias c_g_string_append g_string_append;
4741 alias c_g_string_append_c g_string_append_c;
4742 alias c_g_string_append_len g_string_append_len;
4743 alias c_g_string_append_printf g_string_append_printf;
4744 alias c_g_string_append_unichar g_string_append_unichar;
4745 alias c_g_string_append_uri_escaped g_string_append_uri_escaped;
4746 alias c_g_string_append_vprintf g_string_append_vprintf;
4747 alias c_g_string_ascii_down g_string_ascii_down;
4748 alias c_g_string_ascii_up g_string_ascii_up;
4749 alias c_g_string_assign g_string_assign;
4750 alias c_g_string_down g_string_down;
4751 alias c_g_string_equal g_string_equal;
4752 alias c_g_string_erase g_string_erase;
4753 alias c_g_string_free g_string_free;
4754 alias c_g_string_free_to_bytes g_string_free_to_bytes;
4755 alias c_g_string_hash g_string_hash;
4756 alias c_g_string_insert g_string_insert;
4757 alias c_g_string_insert_c g_string_insert_c;
4758 alias c_g_string_insert_len g_string_insert_len;
4759 alias c_g_string_insert_unichar g_string_insert_unichar;
4760 alias c_g_string_overwrite g_string_overwrite;
4761 alias c_g_string_overwrite_len g_string_overwrite_len;
4762 alias c_g_string_prepend g_string_prepend;
4763 alias c_g_string_prepend_c g_string_prepend_c;
4764 alias c_g_string_prepend_len g_string_prepend_len;
4765 alias c_g_string_prepend_unichar g_string_prepend_unichar;
4766 alias c_g_string_printf g_string_printf;
4767 alias c_g_string_replace g_string_replace;
4768 alias c_g_string_set_size g_string_set_size;
4769 alias c_g_string_truncate g_string_truncate;
4770 alias c_g_string_up g_string_up;
4771 alias c_g_string_vprintf g_string_vprintf;
4772 alias c_g_ref_string_new g_ref_string_new;
4773 alias c_g_ref_string_new_len g_ref_string_new_len;
4774 
4775 // glib.StringChunk
4776 
4777 alias c_g_string_chunk_clear g_string_chunk_clear;
4778 alias c_g_string_chunk_free g_string_chunk_free;
4779 alias c_g_string_chunk_insert g_string_chunk_insert;
4780 alias c_g_string_chunk_insert_const g_string_chunk_insert_const;
4781 alias c_g_string_chunk_insert_len g_string_chunk_insert_len;
4782 alias c_g_string_chunk_new g_string_chunk_new;
4783 
4784 // glib.StrvBuilder
4785 
4786 alias c_g_strv_builder_add g_strv_builder_add;
4787 alias c_g_strv_builder_add_many g_strv_builder_add_many;
4788 alias c_g_strv_builder_addv g_strv_builder_addv;
4789 alias c_g_strv_builder_end g_strv_builder_end;
4790 alias c_g_strv_builder_ref g_strv_builder_ref;
4791 alias c_g_strv_builder_unref g_strv_builder_unref;
4792 alias c_g_strv_builder_new g_strv_builder_new;
4793 
4794 // glib.TestCase
4795 
4796 alias c_g_test_case_free g_test_case_free;
4797 
4798 // glib.TestLogBuffer
4799 
4800 alias c_g_test_log_buffer_free g_test_log_buffer_free;
4801 alias c_g_test_log_buffer_pop g_test_log_buffer_pop;
4802 alias c_g_test_log_buffer_push g_test_log_buffer_push;
4803 alias c_g_test_log_buffer_new g_test_log_buffer_new;
4804 
4805 // glib.TestLogMsg
4806 
4807 alias c_g_test_log_msg_free g_test_log_msg_free;
4808 
4809 // glib.TestSuite
4810 
4811 alias c_g_test_suite_add g_test_suite_add;
4812 alias c_g_test_suite_add_suite g_test_suite_add_suite;
4813 alias c_g_test_suite_free g_test_suite_free;
4814 
4815 // glib.Thread
4816 
4817 alias c_g_thread_new g_thread_new;
4818 alias c_g_thread_try_new g_thread_try_new;
4819 alias c_g_thread_join g_thread_join;
4820 alias c_g_thread_ref g_thread_ref;
4821 alias c_g_thread_unref g_thread_unref;
4822 alias c_g_thread_error_quark g_thread_error_quark;
4823 alias c_g_thread_exit g_thread_exit;
4824 alias c_g_thread_self g_thread_self;
4825 alias c_g_thread_yield g_thread_yield;
4826 alias c_g_bit_lock g_bit_lock;
4827 alias c_g_bit_trylock g_bit_trylock;
4828 alias c_g_bit_unlock g_bit_unlock;
4829 alias c_g_get_num_processors g_get_num_processors;
4830 alias c_g_pointer_bit_lock g_pointer_bit_lock;
4831 alias c_g_pointer_bit_trylock g_pointer_bit_trylock;
4832 alias c_g_pointer_bit_unlock g_pointer_bit_unlock;
4833 
4834 // glib.ThreadPool
4835 
4836 alias c_g_thread_pool_free g_thread_pool_free;
4837 alias c_g_thread_pool_get_max_threads g_thread_pool_get_max_threads;
4838 alias c_g_thread_pool_get_num_threads g_thread_pool_get_num_threads;
4839 alias c_g_thread_pool_move_to_front g_thread_pool_move_to_front;
4840 alias c_g_thread_pool_push g_thread_pool_push;
4841 alias c_g_thread_pool_set_max_threads g_thread_pool_set_max_threads;
4842 alias c_g_thread_pool_set_sort_function g_thread_pool_set_sort_function;
4843 alias c_g_thread_pool_unprocessed g_thread_pool_unprocessed;
4844 alias c_g_thread_pool_get_max_idle_time g_thread_pool_get_max_idle_time;
4845 alias c_g_thread_pool_get_max_unused_threads g_thread_pool_get_max_unused_threads;
4846 alias c_g_thread_pool_get_num_unused_threads g_thread_pool_get_num_unused_threads;
4847 alias c_g_thread_pool_new g_thread_pool_new;
4848 alias c_g_thread_pool_new_full g_thread_pool_new_full;
4849 alias c_g_thread_pool_set_max_idle_time g_thread_pool_set_max_idle_time;
4850 alias c_g_thread_pool_set_max_unused_threads g_thread_pool_set_max_unused_threads;
4851 alias c_g_thread_pool_stop_unused_threads g_thread_pool_stop_unused_threads;
4852 
4853 // glib.TimeVal
4854 
4855 alias c_g_time_val_add g_time_val_add;
4856 alias c_g_time_val_to_iso8601 g_time_val_to_iso8601;
4857 alias c_g_time_val_from_iso8601 g_time_val_from_iso8601;
4858 alias c_g_get_current_time g_get_current_time;
4859 alias c_g_get_monotonic_time g_get_monotonic_time;
4860 alias c_g_get_real_time g_get_real_time;
4861 alias c_g_usleep g_usleep;
4862 
4863 // glib.TimeZone
4864 
4865 alias c_g_time_zone_new g_time_zone_new;
4866 alias c_g_time_zone_new_identifier g_time_zone_new_identifier;
4867 alias c_g_time_zone_new_local g_time_zone_new_local;
4868 alias c_g_time_zone_new_offset g_time_zone_new_offset;
4869 alias c_g_time_zone_new_utc g_time_zone_new_utc;
4870 alias c_g_time_zone_adjust_time g_time_zone_adjust_time;
4871 alias c_g_time_zone_find_interval g_time_zone_find_interval;
4872 alias c_g_time_zone_get_abbreviation g_time_zone_get_abbreviation;
4873 alias c_g_time_zone_get_identifier g_time_zone_get_identifier;
4874 alias c_g_time_zone_get_offset g_time_zone_get_offset;
4875 alias c_g_time_zone_is_dst g_time_zone_is_dst;
4876 alias c_g_time_zone_ref g_time_zone_ref;
4877 alias c_g_time_zone_unref g_time_zone_unref;
4878 
4879 // glib.Timer
4880 
4881 alias c_g_timer_continue g_timer_continue;
4882 alias c_g_timer_destroy g_timer_destroy;
4883 alias c_g_timer_elapsed g_timer_elapsed;
4884 alias c_g_timer_is_active g_timer_is_active;
4885 alias c_g_timer_reset g_timer_reset;
4886 alias c_g_timer_start g_timer_start;
4887 alias c_g_timer_stop g_timer_stop;
4888 alias c_g_timer_new g_timer_new;
4889 
4890 // glib.TrashStack
4891 
4892 alias c_g_trash_stack_height g_trash_stack_height;
4893 alias c_g_trash_stack_peek g_trash_stack_peek;
4894 alias c_g_trash_stack_pop g_trash_stack_pop;
4895 alias c_g_trash_stack_push g_trash_stack_push;
4896 
4897 // glib.BBTree
4898 
4899 alias c_g_tree_new g_tree_new;
4900 alias c_g_tree_new_full g_tree_new_full;
4901 alias c_g_tree_new_with_data g_tree_new_with_data;
4902 alias c_g_tree_destroy g_tree_destroy;
4903 alias c_g_tree_foreach g_tree_foreach;
4904 alias c_g_tree_foreach_node g_tree_foreach_node;
4905 alias c_g_tree_height g_tree_height;
4906 alias c_g_tree_insert g_tree_insert;
4907 alias c_g_tree_insert_node g_tree_insert_node;
4908 alias c_g_tree_lookup g_tree_lookup;
4909 alias c_g_tree_lookup_extended g_tree_lookup_extended;
4910 alias c_g_tree_lookup_node g_tree_lookup_node;
4911 alias c_g_tree_lower_bound g_tree_lower_bound;
4912 alias c_g_tree_nnodes g_tree_nnodes;
4913 alias c_g_tree_node_first g_tree_node_first;
4914 alias c_g_tree_node_last g_tree_node_last;
4915 alias c_g_tree_ref g_tree_ref;
4916 alias c_g_tree_remove g_tree_remove;
4917 alias c_g_tree_remove_all g_tree_remove_all;
4918 alias c_g_tree_replace g_tree_replace;
4919 alias c_g_tree_replace_node g_tree_replace_node;
4920 alias c_g_tree_search g_tree_search;
4921 alias c_g_tree_search_node g_tree_search_node;
4922 alias c_g_tree_steal g_tree_steal;
4923 alias c_g_tree_traverse g_tree_traverse;
4924 alias c_g_tree_unref g_tree_unref;
4925 alias c_g_tree_upper_bound g_tree_upper_bound;
4926 
4927 // glib.TreeNode
4928 
4929 alias c_g_tree_node_key g_tree_node_key;
4930 alias c_g_tree_node_next g_tree_node_next;
4931 alias c_g_tree_node_previous g_tree_node_previous;
4932 alias c_g_tree_node_value g_tree_node_value;
4933 
4934 // glib.URI
4935 
4936 alias c_g_uri_get_auth_params g_uri_get_auth_params;
4937 alias c_g_uri_get_flags g_uri_get_flags;
4938 alias c_g_uri_get_fragment g_uri_get_fragment;
4939 alias c_g_uri_get_host g_uri_get_host;
4940 alias c_g_uri_get_password g_uri_get_password;
4941 alias c_g_uri_get_path g_uri_get_path;
4942 alias c_g_uri_get_port g_uri_get_port;
4943 alias c_g_uri_get_query g_uri_get_query;
4944 alias c_g_uri_get_scheme g_uri_get_scheme;
4945 alias c_g_uri_get_user g_uri_get_user;
4946 alias c_g_uri_get_userinfo g_uri_get_userinfo;
4947 alias c_g_uri_parse_relative g_uri_parse_relative;
4948 alias c_g_uri_ref g_uri_ref;
4949 alias c_g_uri_to_string g_uri_to_string;
4950 alias c_g_uri_to_string_partial g_uri_to_string_partial;
4951 alias c_g_uri_unref g_uri_unref;
4952 alias c_g_uri_build g_uri_build;
4953 alias c_g_uri_build_with_user g_uri_build_with_user;
4954 alias c_g_uri_error_quark g_uri_error_quark;
4955 alias c_g_uri_escape_bytes g_uri_escape_bytes;
4956 alias c_g_uri_escape_string g_uri_escape_string;
4957 alias c_g_uri_is_valid g_uri_is_valid;
4958 alias c_g_uri_join g_uri_join;
4959 alias c_g_uri_join_with_user g_uri_join_with_user;
4960 alias c_g_uri_list_extract_uris g_uri_list_extract_uris;
4961 alias c_g_uri_parse g_uri_parse;
4962 alias c_g_uri_parse_params g_uri_parse_params;
4963 alias c_g_uri_parse_scheme g_uri_parse_scheme;
4964 alias c_g_uri_peek_scheme g_uri_peek_scheme;
4965 alias c_g_uri_resolve_relative g_uri_resolve_relative;
4966 alias c_g_uri_split g_uri_split;
4967 alias c_g_uri_split_network g_uri_split_network;
4968 alias c_g_uri_split_with_user g_uri_split_with_user;
4969 alias c_g_uri_unescape_bytes g_uri_unescape_bytes;
4970 alias c_g_uri_unescape_segment g_uri_unescape_segment;
4971 alias c_g_uri_unescape_string g_uri_unescape_string;
4972 
4973 // glib.UriParamsIter
4974 
4975 alias c_g_uri_params_iter_init g_uri_params_iter_init;
4976 alias c_g_uri_params_iter_next g_uri_params_iter_next;
4977 
4978 // glib.Variant
4979 
4980 alias c_g_variant_new g_variant_new;
4981 alias c_g_variant_new_array g_variant_new_array;
4982 alias c_g_variant_new_boolean g_variant_new_boolean;
4983 alias c_g_variant_new_byte g_variant_new_byte;
4984 alias c_g_variant_new_bytestring g_variant_new_bytestring;
4985 alias c_g_variant_new_bytestring_array g_variant_new_bytestring_array;
4986 alias c_g_variant_new_dict_entry g_variant_new_dict_entry;
4987 alias c_g_variant_new_double g_variant_new_double;
4988 alias c_g_variant_new_fixed_array g_variant_new_fixed_array;
4989 alias c_g_variant_new_from_bytes g_variant_new_from_bytes;
4990 alias c_g_variant_new_from_data g_variant_new_from_data;
4991 alias c_g_variant_new_handle g_variant_new_handle;
4992 alias c_g_variant_new_int16 g_variant_new_int16;
4993 alias c_g_variant_new_int32 g_variant_new_int32;
4994 alias c_g_variant_new_int64 g_variant_new_int64;
4995 alias c_g_variant_new_maybe g_variant_new_maybe;
4996 alias c_g_variant_new_object_path g_variant_new_object_path;
4997 alias c_g_variant_new_objv g_variant_new_objv;
4998 alias c_g_variant_new_parsed g_variant_new_parsed;
4999 alias c_g_variant_new_parsed_va g_variant_new_parsed_va;
5000 alias c_g_variant_new_printf g_variant_new_printf;
5001 alias c_g_variant_new_signature g_variant_new_signature;
5002 alias c_g_variant_new_string g_variant_new_string;
5003 alias c_g_variant_new_strv g_variant_new_strv;
5004 alias c_g_variant_new_take_string g_variant_new_take_string;
5005 alias c_g_variant_new_tuple g_variant_new_tuple;
5006 alias c_g_variant_new_uint16 g_variant_new_uint16;
5007 alias c_g_variant_new_uint32 g_variant_new_uint32;
5008 alias c_g_variant_new_uint64 g_variant_new_uint64;
5009 alias c_g_variant_new_va g_variant_new_va;
5010 alias c_g_variant_new_variant g_variant_new_variant;
5011 alias c_g_variant_byteswap g_variant_byteswap;
5012 alias c_g_variant_check_format_string g_variant_check_format_string;
5013 alias c_g_variant_classify g_variant_classify;
5014 alias c_g_variant_compare g_variant_compare;
5015 alias c_g_variant_dup_bytestring g_variant_dup_bytestring;
5016 alias c_g_variant_dup_bytestring_array g_variant_dup_bytestring_array;
5017 alias c_g_variant_dup_objv g_variant_dup_objv;
5018 alias c_g_variant_dup_string g_variant_dup_string;
5019 alias c_g_variant_dup_strv g_variant_dup_strv;
5020 alias c_g_variant_equal g_variant_equal;
5021 alias c_g_variant_get g_variant_get;
5022 alias c_g_variant_get_boolean g_variant_get_boolean;
5023 alias c_g_variant_get_byte g_variant_get_byte;
5024 alias c_g_variant_get_bytestring g_variant_get_bytestring;
5025 alias c_g_variant_get_bytestring_array g_variant_get_bytestring_array;
5026 alias c_g_variant_get_child g_variant_get_child;
5027 alias c_g_variant_get_child_value g_variant_get_child_value;
5028 alias c_g_variant_get_data g_variant_get_data;
5029 alias c_g_variant_get_data_as_bytes g_variant_get_data_as_bytes;
5030 alias c_g_variant_get_double g_variant_get_double;
5031 alias c_g_variant_get_fixed_array g_variant_get_fixed_array;
5032 alias c_g_variant_get_handle g_variant_get_handle;
5033 alias c_g_variant_get_int16 g_variant_get_int16;
5034 alias c_g_variant_get_int32 g_variant_get_int32;
5035 alias c_g_variant_get_int64 g_variant_get_int64;
5036 alias c_g_variant_get_maybe g_variant_get_maybe;
5037 alias c_g_variant_get_normal_form g_variant_get_normal_form;
5038 alias c_g_variant_get_objv g_variant_get_objv;
5039 alias c_g_variant_get_size g_variant_get_size;
5040 alias c_g_variant_get_string g_variant_get_string;
5041 alias c_g_variant_get_strv g_variant_get_strv;
5042 alias c_g_variant_get_type g_variant_get_type;
5043 alias c_g_variant_get_type_string g_variant_get_type_string;
5044 alias c_g_variant_get_uint16 g_variant_get_uint16;
5045 alias c_g_variant_get_uint32 g_variant_get_uint32;
5046 alias c_g_variant_get_uint64 g_variant_get_uint64;
5047 alias c_g_variant_get_va g_variant_get_va;
5048 alias c_g_variant_get_variant g_variant_get_variant;
5049 alias c_g_variant_hash g_variant_hash;
5050 alias c_g_variant_is_container g_variant_is_container;
5051 alias c_g_variant_is_floating g_variant_is_floating;
5052 alias c_g_variant_is_normal_form g_variant_is_normal_form;
5053 alias c_g_variant_is_of_type g_variant_is_of_type;
5054 alias c_g_variant_iter_new g_variant_iter_new;
5055 alias c_g_variant_lookup g_variant_lookup;
5056 alias c_g_variant_lookup_value g_variant_lookup_value;
5057 alias c_g_variant_n_children g_variant_n_children;
5058 alias c_g_variant_print g_variant_print;
5059 alias c_g_variant_print_string g_variant_print_string;
5060 alias c_g_variant_ref g_variant_ref;
5061 alias c_g_variant_ref_sink g_variant_ref_sink;
5062 alias c_g_variant_store g_variant_store;
5063 alias c_g_variant_take_ref g_variant_take_ref;
5064 alias c_g_variant_unref g_variant_unref;
5065 alias c_g_variant_is_object_path g_variant_is_object_path;
5066 alias c_g_variant_is_signature g_variant_is_signature;
5067 alias c_g_variant_parse g_variant_parse;
5068 alias c_g_variant_parse_error_print_context g_variant_parse_error_print_context;
5069 alias c_g_variant_parse_error_quark g_variant_parse_error_quark;
5070 alias c_g_variant_parser_get_error_quark g_variant_parser_get_error_quark;
5071 
5072 // glib.VariantBuilder
5073 
5074 alias c_g_variant_builder_new g_variant_builder_new;
5075 alias c_g_variant_builder_add g_variant_builder_add;
5076 alias c_g_variant_builder_add_parsed g_variant_builder_add_parsed;
5077 alias c_g_variant_builder_add_value g_variant_builder_add_value;
5078 alias c_g_variant_builder_clear g_variant_builder_clear;
5079 alias c_g_variant_builder_close g_variant_builder_close;
5080 alias c_g_variant_builder_end g_variant_builder_end;
5081 alias c_g_variant_builder_init g_variant_builder_init;
5082 alias c_g_variant_builder_open g_variant_builder_open;
5083 alias c_g_variant_builder_ref g_variant_builder_ref;
5084 alias c_g_variant_builder_unref g_variant_builder_unref;
5085 
5086 // glib.VariantDict
5087 
5088 alias c_g_variant_dict_new g_variant_dict_new;
5089 alias c_g_variant_dict_clear g_variant_dict_clear;
5090 alias c_g_variant_dict_contains g_variant_dict_contains;
5091 alias c_g_variant_dict_end g_variant_dict_end;
5092 alias c_g_variant_dict_init g_variant_dict_init;
5093 alias c_g_variant_dict_insert g_variant_dict_insert;
5094 alias c_g_variant_dict_insert_value g_variant_dict_insert_value;
5095 alias c_g_variant_dict_lookup g_variant_dict_lookup;
5096 alias c_g_variant_dict_lookup_value g_variant_dict_lookup_value;
5097 alias c_g_variant_dict_ref g_variant_dict_ref;
5098 alias c_g_variant_dict_remove g_variant_dict_remove;
5099 alias c_g_variant_dict_unref g_variant_dict_unref;
5100 
5101 // glib.VariantIter
5102 
5103 alias c_g_variant_iter_copy g_variant_iter_copy;
5104 alias c_g_variant_iter_free g_variant_iter_free;
5105 alias c_g_variant_iter_init g_variant_iter_init;
5106 alias c_g_variant_iter_loop g_variant_iter_loop;
5107 alias c_g_variant_iter_n_children g_variant_iter_n_children;
5108 alias c_g_variant_iter_next g_variant_iter_next;
5109 alias c_g_variant_iter_next_value g_variant_iter_next_value;
5110 
5111 // glib.VariantType
5112 
5113 alias c_g_variant_type_new g_variant_type_new;
5114 alias c_g_variant_type_new_array g_variant_type_new_array;
5115 alias c_g_variant_type_new_dict_entry g_variant_type_new_dict_entry;
5116 alias c_g_variant_type_new_maybe g_variant_type_new_maybe;
5117 alias c_g_variant_type_new_tuple g_variant_type_new_tuple;
5118 alias c_g_variant_type_copy g_variant_type_copy;
5119 alias c_g_variant_type_dup_string g_variant_type_dup_string;
5120 alias c_g_variant_type_element g_variant_type_element;
5121 alias c_g_variant_type_equal g_variant_type_equal;
5122 alias c_g_variant_type_first g_variant_type_first;
5123 alias c_g_variant_type_free g_variant_type_free;
5124 alias c_g_variant_type_get_string_length g_variant_type_get_string_length;
5125 alias c_g_variant_type_hash g_variant_type_hash;
5126 alias c_g_variant_type_is_array g_variant_type_is_array;
5127 alias c_g_variant_type_is_basic g_variant_type_is_basic;
5128 alias c_g_variant_type_is_container g_variant_type_is_container;
5129 alias c_g_variant_type_is_definite g_variant_type_is_definite;
5130 alias c_g_variant_type_is_dict_entry g_variant_type_is_dict_entry;
5131 alias c_g_variant_type_is_maybe g_variant_type_is_maybe;
5132 alias c_g_variant_type_is_subtype_of g_variant_type_is_subtype_of;
5133 alias c_g_variant_type_is_tuple g_variant_type_is_tuple;
5134 alias c_g_variant_type_is_variant g_variant_type_is_variant;
5135 alias c_g_variant_type_key g_variant_type_key;
5136 alias c_g_variant_type_n_items g_variant_type_n_items;
5137 alias c_g_variant_type_next g_variant_type_next;
5138 alias c_g_variant_type_peek_string g_variant_type_peek_string;
5139 alias c_g_variant_type_value g_variant_type_value;
5140 alias c_g_variant_type_checked_ g_variant_type_checked_;
5141 alias c_g_variant_type_string_get_depth_ g_variant_type_string_get_depth_;
5142 alias c_g_variant_type_string_is_valid g_variant_type_string_is_valid;
5143 alias c_g_variant_type_string_scan g_variant_type_string_scan;
5144 
5145 // glib.Module
5146 
5147 alias c_g_module_close g_module_close;
5148 alias c_g_module_make_resident g_module_make_resident;
5149 alias c_g_module_name g_module_name;
5150 alias c_g_module_symbol g_module_symbol;
5151 alias c_g_module_build_path g_module_build_path;
5152 alias c_g_module_error g_module_error;
5153 alias c_g_module_error_quark g_module_error_quark;
5154 alias c_g_module_open g_module_open;
5155 alias c_g_module_open_full g_module_open_full;
5156 alias c_g_module_supported g_module_supported;
5157 
5158 // glib.Base64
5159 
5160 alias c_g_base64_decode_step g_base64_decode_step;
5161 alias c_g_base64_decode_inplace g_base64_decode_inplace;
5162 alias c_g_base64_decode g_base64_decode;
5163 alias c_g_base64_encode g_base64_encode;
5164 alias c_g_base64_encode_close g_base64_encode_close;
5165 alias c_g_base64_encode_step g_base64_encode_step;
5166 
5167 // glib.Idle
5168 
5169 alias c_g_idle_add g_idle_add;
5170 alias c_g_idle_add_full g_idle_add_full;
5171 alias c_g_idle_remove_by_data g_idle_remove_by_data;
5172 alias c_g_idle_source_new g_idle_source_new;
5173 
5174 // glib.MemorySlice
5175 
5176 alias c_g_slice_alloc g_slice_alloc;
5177 alias c_g_slice_alloc0 g_slice_alloc0;
5178 alias c_g_slice_copy g_slice_copy;
5179 alias c_g_slice_free1 g_slice_free1;
5180 alias c_g_slice_free_chain_with_offset g_slice_free_chain_with_offset;
5181 alias c_g_slice_get_config g_slice_get_config;
5182 alias c_g_slice_get_config_state g_slice_get_config_state;
5183 alias c_g_slice_set_config g_slice_set_config;
5184 
5185 // glib.Spawn
5186 
5187 alias c_g_spawn_async g_spawn_async;
5188 alias c_g_spawn_async_with_pipes g_spawn_async_with_pipes;
5189 alias c_g_spawn_check_exit_status g_spawn_check_exit_status;
5190 alias c_g_spawn_close_pid g_spawn_close_pid;
5191 alias c_g_spawn_command_line_async g_spawn_command_line_async;
5192 alias c_g_spawn_command_line_sync g_spawn_command_line_sync;
5193 alias c_g_spawn_error_quark g_spawn_error_quark;
5194 alias c_g_spawn_exit_error_quark g_spawn_exit_error_quark;
5195 alias c_g_spawn_sync g_spawn_sync;
5196 alias c_g_spawn_async_with_fds g_spawn_async_with_fds;
5197 
5198 // glib.Str
5199 
5200 alias c_g_ascii_digit_value g_ascii_digit_value;
5201 alias c_g_ascii_dtostr g_ascii_dtostr;
5202 alias c_g_ascii_formatd g_ascii_formatd;
5203 alias c_g_ascii_strcasecmp g_ascii_strcasecmp;
5204 alias c_g_ascii_strdown g_ascii_strdown;
5205 alias c_g_ascii_strncasecmp g_ascii_strncasecmp;
5206 alias c_g_ascii_strtod g_ascii_strtod;
5207 alias c_g_ascii_strtoll g_ascii_strtoll;
5208 alias c_g_ascii_strtoull g_ascii_strtoull;
5209 alias c_g_ascii_strup g_ascii_strup;
5210 alias c_g_ascii_tolower g_ascii_tolower;
5211 alias c_g_ascii_toupper g_ascii_toupper;
5212 alias c_g_ascii_xdigit_value g_ascii_xdigit_value;
5213 alias c_g_printf g_printf;
5214 alias c_g_printf_string_upper_bound g_printf_string_upper_bound;
5215 alias c_g_snprintf g_snprintf;
5216 alias c_g_sprintf g_sprintf;
5217 alias c_g_stpcpy g_stpcpy;
5218 alias c_g_str_has_prefix g_str_has_prefix;
5219 alias c_g_str_has_suffix g_str_has_suffix;
5220 alias c_g_str_is_ascii g_str_is_ascii;
5221 alias c_g_str_match_string g_str_match_string;
5222 alias c_g_str_to_ascii g_str_to_ascii;
5223 alias c_g_str_tokenize_and_fold g_str_tokenize_and_fold;
5224 alias c_g_strcanon g_strcanon;
5225 alias c_g_strcasecmp g_strcasecmp;
5226 alias c_g_strchomp g_strchomp;
5227 alias c_g_strchug g_strchug;
5228 alias c_g_strcmp0 g_strcmp0;
5229 alias c_g_strcompress g_strcompress;
5230 alias c_g_strconcat g_strconcat;
5231 alias c_g_strdelimit g_strdelimit;
5232 alias c_g_strdown g_strdown;
5233 alias c_g_strdup g_strdup;
5234 alias c_g_strdup_printf g_strdup_printf;
5235 alias c_g_strdup_vprintf g_strdup_vprintf;
5236 alias c_g_strdupv g_strdupv;
5237 alias c_g_strerror g_strerror;
5238 alias c_g_strescape g_strescape;
5239 alias c_g_strfreev g_strfreev;
5240 alias c_g_strjoin g_strjoin;
5241 alias c_g_strjoinv g_strjoinv;
5242 alias c_g_strlcat g_strlcat;
5243 alias c_g_strlcpy g_strlcpy;
5244 alias c_g_strncasecmp g_strncasecmp;
5245 alias c_g_strndup g_strndup;
5246 alias c_g_strnfill g_strnfill;
5247 alias c_g_strreverse g_strreverse;
5248 alias c_g_strrstr g_strrstr;
5249 alias c_g_strrstr_len g_strrstr_len;
5250 alias c_g_strsignal g_strsignal;
5251 alias c_g_strsplit g_strsplit;
5252 alias c_g_strsplit_set g_strsplit_set;
5253 alias c_g_strstr_len g_strstr_len;
5254 alias c_g_strtod g_strtod;
5255 alias c_g_strup g_strup;
5256 alias c_g_strv_get_type g_strv_get_type;
5257 alias c_g_strv_length g_strv_length;
5258 alias c_g_strv_contains g_strv_contains;
5259 alias c_g_vasprintf g_vasprintf;
5260 alias c_g_vprintf g_vprintf;
5261 alias c_g_vsnprintf g_vsnprintf;
5262 alias c_g_vsprintf g_vsprintf;
5263 alias c_g_fprintf g_fprintf;
5264 alias c_g_vfprintf g_vfprintf;
5265 alias c_g_ascii_string_to_signed g_ascii_string_to_signed;
5266 alias c_g_ascii_string_to_unsigned g_ascii_string_to_unsigned;
5267 alias c_g_strv_equal g_strv_equal;
5268 
5269 // glib.Timeout
5270 
5271 alias c_g_timeout_add g_timeout_add;
5272 alias c_g_timeout_add_full g_timeout_add_full;
5273 alias c_g_timeout_add_seconds g_timeout_add_seconds;
5274 alias c_g_timeout_add_seconds_full g_timeout_add_seconds_full;
5275 alias c_g_timeout_source_new g_timeout_source_new;
5276 alias c_g_timeout_source_new_seconds g_timeout_source_new_seconds;
5277 
5278 // glib.Util
5279 
5280 alias c_g_build_filenamev g_build_filenamev;
5281 alias c_g_build_pathv g_build_pathv;
5282 alias c_g_atexit g_atexit;
5283 alias c_g_basename g_basename;
5284 alias c_g_bit_nth_lsf g_bit_nth_lsf;
5285 alias c_g_bit_nth_msf g_bit_nth_msf;
5286 alias c_g_bit_storage g_bit_storage;
5287 alias c_g_build_path g_build_path;
5288 alias c_g_environ_getenv g_environ_getenv;
5289 alias c_g_environ_setenv g_environ_setenv;
5290 alias c_g_environ_unsetenv g_environ_unsetenv;
5291 alias c_g_find_program_in_path g_find_program_in_path;
5292 alias c_g_format_size g_format_size;
5293 alias c_g_format_size_for_display g_format_size_for_display;
5294 alias c_g_format_size_full g_format_size_full;
5295 alias c_g_get_application_name g_get_application_name;
5296 alias c_g_get_environ g_get_environ;
5297 alias c_g_get_current_dir g_get_current_dir;
5298 alias c_g_get_home_dir g_get_home_dir;
5299 alias c_g_get_host_name g_get_host_name;
5300 alias c_g_get_prgname g_get_prgname;
5301 alias c_g_get_real_name g_get_real_name;
5302 alias c_g_get_system_config_dirs g_get_system_config_dirs;
5303 alias c_g_get_system_data_dirs g_get_system_data_dirs;
5304 alias c_g_get_tmp_dir g_get_tmp_dir;
5305 alias c_g_get_user_cache_dir g_get_user_cache_dir;
5306 alias c_g_get_user_config_dir g_get_user_config_dir;
5307 alias c_g_get_user_data_dir g_get_user_data_dir;
5308 alias c_g_get_user_name g_get_user_name;
5309 alias c_g_get_user_runtime_dir g_get_user_runtime_dir;
5310 alias c_g_get_user_special_dir g_get_user_special_dir;
5311 alias c_g_getenv g_getenv;
5312 alias c_g_listenv g_listenv;
5313 alias c_g_nullify_pointer g_nullify_pointer;
5314 alias c_g_parse_debug_string g_parse_debug_string;
5315 alias c_g_path_get_basename g_path_get_basename;
5316 alias c_g_path_get_dirname g_path_get_dirname;
5317 alias c_g_path_is_absolute g_path_is_absolute;
5318 alias c_g_path_skip_root g_path_skip_root;
5319 alias c_g_qsort_with_data g_qsort_with_data;
5320 alias c_g_reload_user_special_dirs_cache g_reload_user_special_dirs_cache;
5321 alias c_g_set_application_name g_set_application_name;
5322 alias c_g_set_prgname g_set_prgname;
5323 alias c_g_setenv g_setenv;
5324 alias c_g_spaced_primes_closest g_spaced_primes_closest;
5325 alias c_g_unsetenv g_unsetenv;
5326 alias c_g_canonicalize_filename g_canonicalize_filename;
5327 alias c_g_get_os_info g_get_os_info;
5328 
5329 // glib.Atomic
5330 
5331 alias c_g_atomic_int_add g_atomic_int_add;
5332 alias c_g_atomic_int_and g_atomic_int_and;
5333 alias c_g_atomic_int_compare_and_exchange g_atomic_int_compare_and_exchange;
5334 alias c_g_atomic_int_dec_and_test g_atomic_int_dec_and_test;
5335 alias c_g_atomic_int_exchange_and_add g_atomic_int_exchange_and_add;
5336 alias c_g_atomic_int_get g_atomic_int_get;
5337 alias c_g_atomic_int_inc g_atomic_int_inc;
5338 alias c_g_atomic_int_or g_atomic_int_or;
5339 alias c_g_atomic_int_set g_atomic_int_set;
5340 alias c_g_atomic_int_xor g_atomic_int_xor;
5341 alias c_g_atomic_pointer_add g_atomic_pointer_add;
5342 alias c_g_atomic_pointer_and g_atomic_pointer_and;
5343 alias c_g_atomic_pointer_compare_and_exchange g_atomic_pointer_compare_and_exchange;
5344 alias c_g_atomic_pointer_get g_atomic_pointer_get;
5345 alias c_g_atomic_pointer_or g_atomic_pointer_or;
5346 alias c_g_atomic_pointer_set g_atomic_pointer_set;
5347 alias c_g_atomic_pointer_xor g_atomic_pointer_xor;
5348 
5349 // glib.CharacterSet
5350 
5351 alias c_g_convert g_convert;
5352 alias c_g_convert_error_quark g_convert_error_quark;
5353 alias c_g_convert_with_fallback g_convert_with_fallback;
5354 alias c_g_convert_with_iconv g_convert_with_iconv;
5355 alias c_g_filename_display_basename g_filename_display_basename;
5356 alias c_g_filename_display_name g_filename_display_name;
5357 alias c_g_filename_from_utf8 g_filename_from_utf8;
5358 alias c_g_filename_to_utf8 g_filename_to_utf8;
5359 alias c_g_get_charset g_get_charset;
5360 alias c_g_get_codeset g_get_codeset;
5361 alias c_g_get_filename_charsets g_get_filename_charsets;
5362 alias c_g_locale_from_utf8 g_locale_from_utf8;
5363 alias c_g_locale_to_utf8 g_locale_to_utf8;
5364 alias c_g_get_language_names_with_category g_get_language_names_with_category;
5365 alias c_g_get_console_charset g_get_console_charset;
5366 
5367 // glib.Child
5368 
5369 alias c_g_child_watch_add g_child_watch_add;
5370 alias c_g_child_watch_add_full g_child_watch_add_full;
5371 alias c_g_child_watch_source_new g_child_watch_source_new;
5372 
5373 // glib.DataList
5374 
5375 alias c_g_datalist_clear g_datalist_clear;
5376 alias c_g_datalist_foreach g_datalist_foreach;
5377 alias c_g_datalist_get_data g_datalist_get_data;
5378 alias c_g_datalist_get_flags g_datalist_get_flags;
5379 alias c_g_datalist_id_dup_data g_datalist_id_dup_data;
5380 alias c_g_datalist_id_get_data g_datalist_id_get_data;
5381 alias c_g_datalist_id_remove_no_notify g_datalist_id_remove_no_notify;
5382 alias c_g_datalist_id_replace_data g_datalist_id_replace_data;
5383 alias c_g_datalist_id_set_data_full g_datalist_id_set_data_full;
5384 alias c_g_datalist_init g_datalist_init;
5385 alias c_g_datalist_set_flags g_datalist_set_flags;
5386 alias c_g_datalist_unset_flags g_datalist_unset_flags;
5387 
5388 // glib.DataSet
5389 
5390 alias c_g_dataset_destroy g_dataset_destroy;
5391 alias c_g_dataset_foreach g_dataset_foreach;
5392 alias c_g_dataset_id_get_data g_dataset_id_get_data;
5393 alias c_g_dataset_id_remove_no_notify g_dataset_id_remove_no_notify;
5394 alias c_g_dataset_id_set_data_full g_dataset_id_set_data_full;
5395 
5396 // glib.FileUtils
5397 
5398 alias c_g_access g_access;
5399 alias c_g_chdir g_chdir;
5400 alias c_g_close g_close;
5401 alias c_g_file_error_from_errno g_file_error_from_errno;
5402 alias c_g_file_error_quark g_file_error_quark;
5403 alias c_g_file_get_contents g_file_get_contents;
5404 alias c_g_file_open_tmp g_file_open_tmp;
5405 alias c_g_file_read_link g_file_read_link;
5406 alias c_g_file_set_contents g_file_set_contents;
5407 alias c_g_file_test g_file_test;
5408 alias c_g_mkdir_with_parents g_mkdir_with_parents;
5409 alias c_g_mkdtemp g_mkdtemp;
5410 alias c_g_mkdtemp_full g_mkdtemp_full;
5411 alias c_g_mkstemp g_mkstemp;
5412 alias c_g_mkstemp_full g_mkstemp_full;
5413 alias c_g_rmdir g_rmdir;
5414 alias c_g_unlink g_unlink;
5415 
5416 // glib.Hostname
5417 
5418 alias c_g_hostname_is_ascii_encoded g_hostname_is_ascii_encoded;
5419 alias c_g_hostname_is_ip_address g_hostname_is_ip_address;
5420 alias c_g_hostname_is_non_ascii g_hostname_is_non_ascii;
5421 alias c_g_hostname_to_ascii g_hostname_to_ascii;
5422 alias c_g_hostname_to_unicode g_hostname_to_unicode;
5423 
5424 // glib.Internationalization
5425 
5426 alias c_g_dcgettext g_dcgettext;
5427 alias c_g_dgettext g_dgettext;
5428 alias c_g_dngettext g_dngettext;
5429 alias c_g_dpgettext g_dpgettext;
5430 alias c_g_dpgettext2 g_dpgettext2;
5431 alias c_g_get_language_names g_get_language_names;
5432 alias c_g_get_locale_variants g_get_locale_variants;
5433 alias c_g_strip_context g_strip_context;
5434 
5435 // glib.Memory
5436 
5437 alias c_g_clear_pointer g_clear_pointer;
5438 alias c_g_free g_free;
5439 alias c_g_malloc g_malloc;
5440 alias c_g_malloc0 g_malloc0;
5441 alias c_g_malloc0_n g_malloc0_n;
5442 alias c_g_malloc_n g_malloc_n;
5443 alias c_g_mem_is_system_malloc g_mem_is_system_malloc;
5444 alias c_g_mem_profile g_mem_profile;
5445 alias c_g_mem_set_vtable g_mem_set_vtable;
5446 alias c_g_memdup g_memdup;
5447 alias c_g_realloc g_realloc;
5448 alias c_g_realloc_n g_realloc_n;
5449 alias c_g_try_malloc g_try_malloc;
5450 alias c_g_try_malloc0 g_try_malloc0;
5451 alias c_g_try_malloc0_n g_try_malloc0_n;
5452 alias c_g_try_malloc_n g_try_malloc_n;
5453 alias c_g_try_realloc g_try_realloc;
5454 alias c_g_try_realloc_n g_try_realloc_n;
5455 
5456 // glib.MessageLog
5457 
5458 alias c_g_log g_log;
5459 alias c_g_log_default_handler g_log_default_handler;
5460 alias c_g_log_remove_handler g_log_remove_handler;
5461 alias c_g_log_set_always_fatal g_log_set_always_fatal;
5462 alias c_g_log_set_default_handler g_log_set_default_handler;
5463 alias c_g_log_set_fatal_mask g_log_set_fatal_mask;
5464 alias c_g_log_set_handler g_log_set_handler;
5465 alias c_g_log_set_handler_full g_log_set_handler_full;
5466 alias c_g_logv g_logv;
5467 
5468 // glib.Messages
5469 
5470 alias c_g_on_error_query g_on_error_query;
5471 alias c_g_on_error_stack_trace g_on_error_stack_trace;
5472 alias c_g_print g_print;
5473 alias c_g_printerr g_printerr;
5474 alias c_g_set_print_handler g_set_print_handler;
5475 alias c_g_set_printerr_handler g_set_printerr_handler;
5476 
5477 // glib.Quark
5478 
5479 alias c_g_intern_static_string g_intern_static_string;
5480 alias c_g_intern_string g_intern_string;
5481 alias c_g_quark_from_static_string g_quark_from_static_string;
5482 alias c_g_quark_from_string g_quark_from_string;
5483 alias c_g_quark_to_string g_quark_to_string;
5484 alias c_g_quark_try_string g_quark_try_string;
5485 
5486 // glib.ShellUtils
5487 
5488 alias c_g_shell_error_quark g_shell_error_quark;
5489 alias c_g_shell_parse_argv g_shell_parse_argv;
5490 alias c_g_shell_quote g_shell_quote;
5491 alias c_g_shell_unquote g_shell_unquote;
5492 
5493 // glib.Unicode
5494 
5495 alias c_g_ucs4_to_utf16 g_ucs4_to_utf16;
5496 alias c_g_ucs4_to_utf8 g_ucs4_to_utf8;
5497 alias c_g_unichar_break_type g_unichar_break_type;
5498 alias c_g_unichar_combining_class g_unichar_combining_class;
5499 alias c_g_unichar_compose g_unichar_compose;
5500 alias c_g_unichar_decompose g_unichar_decompose;
5501 alias c_g_unichar_digit_value g_unichar_digit_value;
5502 alias c_g_unichar_fully_decompose g_unichar_fully_decompose;
5503 alias c_g_unichar_get_mirror_char g_unichar_get_mirror_char;
5504 alias c_g_unichar_get_script g_unichar_get_script;
5505 alias c_g_unichar_isalnum g_unichar_isalnum;
5506 alias c_g_unichar_isalpha g_unichar_isalpha;
5507 alias c_g_unichar_iscntrl g_unichar_iscntrl;
5508 alias c_g_unichar_isdefined g_unichar_isdefined;
5509 alias c_g_unichar_isdigit g_unichar_isdigit;
5510 alias c_g_unichar_isgraph g_unichar_isgraph;
5511 alias c_g_unichar_islower g_unichar_islower;
5512 alias c_g_unichar_ismark g_unichar_ismark;
5513 alias c_g_unichar_isprint g_unichar_isprint;
5514 alias c_g_unichar_ispunct g_unichar_ispunct;
5515 alias c_g_unichar_isspace g_unichar_isspace;
5516 alias c_g_unichar_istitle g_unichar_istitle;
5517 alias c_g_unichar_isupper g_unichar_isupper;
5518 alias c_g_unichar_iswide g_unichar_iswide;
5519 alias c_g_unichar_iswide_cjk g_unichar_iswide_cjk;
5520 alias c_g_unichar_isxdigit g_unichar_isxdigit;
5521 alias c_g_unichar_iszerowidth g_unichar_iszerowidth;
5522 alias c_g_unichar_to_utf8 g_unichar_to_utf8;
5523 alias c_g_unichar_tolower g_unichar_tolower;
5524 alias c_g_unichar_totitle g_unichar_totitle;
5525 alias c_g_unichar_toupper g_unichar_toupper;
5526 alias c_g_unichar_type g_unichar_type;
5527 alias c_g_unichar_validate g_unichar_validate;
5528 alias c_g_unichar_xdigit_value g_unichar_xdigit_value;
5529 alias c_g_unicode_canonical_decomposition g_unicode_canonical_decomposition;
5530 alias c_g_unicode_canonical_ordering g_unicode_canonical_ordering;
5531 alias c_g_unicode_script_from_iso15924 g_unicode_script_from_iso15924;
5532 alias c_g_unicode_script_to_iso15924 g_unicode_script_to_iso15924;
5533 alias c_g_utf16_to_ucs4 g_utf16_to_ucs4;
5534 alias c_g_utf16_to_utf8 g_utf16_to_utf8;
5535 alias c_g_utf8_casefold g_utf8_casefold;
5536 alias c_g_utf8_collate g_utf8_collate;
5537 alias c_g_utf8_collate_key g_utf8_collate_key;
5538 alias c_g_utf8_collate_key_for_filename g_utf8_collate_key_for_filename;
5539 alias c_g_utf8_find_next_char g_utf8_find_next_char;
5540 alias c_g_utf8_find_prev_char g_utf8_find_prev_char;
5541 alias c_g_utf8_get_char g_utf8_get_char;
5542 alias c_g_utf8_get_char_validated g_utf8_get_char_validated;
5543 alias c_g_utf8_normalize g_utf8_normalize;
5544 alias c_g_utf8_offset_to_pointer g_utf8_offset_to_pointer;
5545 alias c_g_utf8_pointer_to_offset g_utf8_pointer_to_offset;
5546 alias c_g_utf8_prev_char g_utf8_prev_char;
5547 alias c_g_utf8_strchr g_utf8_strchr;
5548 alias c_g_utf8_strdown g_utf8_strdown;
5549 alias c_g_utf8_strlen g_utf8_strlen;
5550 alias c_g_utf8_strncpy g_utf8_strncpy;
5551 alias c_g_utf8_strrchr g_utf8_strrchr;
5552 alias c_g_utf8_strreverse g_utf8_strreverse;
5553 alias c_g_utf8_strup g_utf8_strup;
5554 alias c_g_utf8_substring g_utf8_substring;
5555 alias c_g_utf8_to_ucs4 g_utf8_to_ucs4;
5556 alias c_g_utf8_to_ucs4_fast g_utf8_to_ucs4_fast;
5557 alias c_g_utf8_to_utf16 g_utf8_to_utf16;
5558 alias c_g_utf8_validate g_utf8_validate;
5559 alias c_g_utf8_make_valid g_utf8_make_valid;
5560 alias c_g_utf8_validate_len g_utf8_validate_len;
5561 
5562 // glib.UnixUtils
5563 
5564 alias c_g_unix_error_quark g_unix_error_quark;
5565 alias c_g_unix_fd_add g_unix_fd_add;
5566 alias c_g_unix_fd_add_full g_unix_fd_add_full;
5567 alias c_g_unix_fd_source_new g_unix_fd_source_new;
5568 alias c_g_unix_open_pipe g_unix_open_pipe;
5569 alias c_g_unix_set_fd_nonblocking g_unix_set_fd_nonblocking;
5570 alias c_g_unix_signal_add g_unix_signal_add;
5571 alias c_g_unix_signal_add_full g_unix_signal_add_full;
5572 alias c_g_unix_signal_source_new g_unix_signal_source_new;
5573 
5574 // glib.URI
5575 
5576 alias c_g_filename_from_uri g_filename_from_uri;
5577 alias c_g_filename_to_uri g_filename_to_uri;
5578 
5579 // glib.Uuid
5580 
5581 alias c_g_uuid_string_is_valid g_uuid_string_is_valid;
5582 alias c_g_uuid_string_random g_uuid_string_random;
5583 
5584 // glib.Version
5585 
5586 alias c_glib_check_version glib_check_version;